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.
- Host: GitHub
- URL: https://github.com/lazovelko/snake
- Owner: LazoVelko
- License: gpl-3.0
- Created: 2016-10-22T07:05:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T06:06:17.000Z (about 5 years ago)
- Last Synced: 2025-03-27T15:22:03.356Z (3 months ago)
- Topics: game, snake, snake-video-game
- Language: Java
- Homepage:
- Size: 235 KB
- Stars: 13
- Watchers: 1
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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