The classic Snake video game.
After downloading, navigate into the Snake folder and type the following commands to run the game:
javac Window.java
java Window
Use the arrow keys to change the direction of the snake. The F1, F2, F3 & F4 buttons change the color scheme.
When the player loses the program exits and the final score is printed to the terminal.