An open API service indexing awesome lists of open source software.

https://github.com/lazovelko/snake

The classic Snake video game.
https://github.com/lazovelko/snake

game snake snake-video-game

Last synced: 2 months ago
JSON representation

The classic Snake video game.

Awesome Lists containing this project

README

        

# Snake
The classic Snake video game.

# Instructions
After downloading, navigate into the Snake folder and type the following commands to run the game:
```
javac Window.java
java Window
```

# Gameplay
Use the arrow keys to change the direction of the snake. The F1, F2, F3 & F4 buttons change the color scheme.

![alt tag](gifs/Snake_1.gif)

![alt tag](gifs/Snake_2.gif)

When the player loses the program exits and the final score is printed to the terminal.