Repository for my old projects
Kigyojatek is a typical snake game project. When I was learning at the university I wanted to do a small Java GUI based project, that is where it is originates from.
Run: Either from Eclipse use the GameRunner to start the game or do a maven install and java -jar Snake.jar.
Game play instructions can be found under about menu.
Feature/Technologies: Maven,unit test, gui function test, slf4j logging.