Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 391 Bytes

Jeffrey Phung v1.0 11-1-2015

My version of the original snake game includes 3 difficulties: easy, medium, and hard.

Screenshot of Menu:

Menu here: home screen

Prerequisites:

javac, java

How to run:

$: cd /path_to_game_folder/
$: javac *.java
$: java Snake

How to play: Directional arrow keys

ENJOY! :)