Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 459 Bytes

DESCRIPTION

Snake game written in core Java using Swing. I wrote it as an excerise while studying Java Threads in January 2014.

Game screenshot

INSTALLATION

Either download the runnable jar included, or clone and run the program by typing the following command into your terminal, in the game directory.

java -cp bin com.michalgoly.snake.SnakeFrame