Skip to content

Snake game is a Simple java program which is build with Java swing.

Notifications You must be signed in to change notification settings

ddjain/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Snake game is a Simple java program which is build with Java swing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages