Skip to content

yeshapatel356/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Snake

Snake Game using Java Language

The “snake game” is a game made in Java language using GUI. The main objective of this game is to feed an increasing length of a snake with food particles which are found at random positions. Your goal is to move the snake and eat as many “food” blocks as possible. There is only one food block at any given time. When the food is eaten, the snake grows in length. During the process of travelling, if the snake hits the boundary wall, it does not die, instead it comes out from the opposite wall as though there is a continuation in the movement. If you hit the snake itself the game is over.

The project to explore my Java skills.

About

Snake Game using Java Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages