tanisha0605 / SnakeGame

A simple snake game using Java Swing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnakeGame

The functionalities of the game :

1.The Snake will have the ability to move in all four directions.
2.The snake’s length grows as it eats food.
3.When the snake crosses itself or strikes the perimeter of the box, the game is marked over.
4.Food is always given at different positions.

How to play:

1.The snake can be controlled by arrow keys.
2.Score increases as the snake eats food.
3.The game ends if the snake hits its own body or the border game.
4.Press play again to start playing from the start.

Video:

Sample.video.mp4

About

A simple snake game using Java Swing


Languages

Language:Java 100.0%