Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hith3sh/simplesnakegame
This is a simple Snake game created using Java ,just did it for fun and to learn about java .
https://github.com/hith3sh/simplesnakegame
Last synced: about 2 months ago
JSON representation
This is a simple Snake game created using Java ,just did it for fun and to learn about java .
- Host: GitHub
- URL: https://github.com/hith3sh/simplesnakegame
- Owner: hith3sh
- Created: 2023-03-25T16:15:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T19:46:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T20:17:56.821Z (3 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleSnakeGame
This is a simple Snake game created using Java ,just did it for fun and to learn about java .
Hoping to add a game restart button , so that with a user click he/she can play the snake game using the same java window without having to open a another window.
Also hoping to make changes when the snake hits a corner of the wall ,some color change or something which would indicate the effect of hitting a wall.
tht's it for now :)![Screenshot 2023-03-26 011358](https://user-images.githubusercontent.com/83839061/227738185-8d662560-e699-4c64-8a33-16b8e9d653d9.png)
![Screenshot 2023-03-26 011408](https://user-images.githubusercontent.com/83839061/227738186-ebbce24e-1c8d-4ed3-8e35-9855fb6b3bce.png)