https://github.com/ddjain/snakegame
Snake game is a Simple java program which is build with Java swing.
https://github.com/ddjain/snakegame
Last synced: 3 months ago
JSON representation
Snake game is a Simple java program which is build with Java swing.
- Host: GitHub
- URL: https://github.com/ddjain/snakegame
- Owner: ddjain
- Created: 2017-12-01T07:57:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T03:45:20.000Z (over 7 years ago)
- Last Synced: 2025-01-15T04:39:22.926Z (5 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnakeGame
Snake game is a Simple java program which is build with Java swing.
Simple fun game where Snake Eats Fruit, after certain no of eating of fruit, speed of snake increases and Difficulty level increases.# Keys:
# 'P' = Pause The game.
# '+' = Increase Speed of Snake.
# '-' = Decrease Speed of Snake.
# 'N' = Generate New Fruit.
Note: To run the game, you need to install JDK 1.7 or above java version and run following two command where MainWindow.java file exsist.
# > javac MainWindow.java
# > java MainWindow
# or
# Directly run Snake.jar