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

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.

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