https://github.com/sanam2405/snakegame
This is a clone of the much popular Snake Game.
https://github.com/sanam2405/snakegame
java java-swing tic-tac-toe
Last synced: about 1 year ago
JSON representation
This is a clone of the much popular Snake Game.
- Host: GitHub
- URL: https://github.com/sanam2405/snakegame
- Owner: sanam2405
- License: mit
- Created: 2022-06-04T00:36:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T01:10:22.000Z (about 4 years ago)
- Last Synced: 2025-02-15T11:38:50.741Z (over 1 year ago)
- Topics: java, java-swing, tic-tac-toe
- Language: Java
- Homepage:
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnakeGame
This is a clone of the much popular Snake Game. The game stars with a snake that can move in four directions and an apple that the snake can eat. Initally the snake has a predefined size. Whenever the snake eats an apple, it grows in size by one unit and another apple appears at some other random position in the screen. The game continues until the Snake hits itself or hits any of the four boundaries of the screen.
## Screenshots of the game