https://github.com/masterivanic/snake_game
Snake game with Java
https://github.com/masterivanic/snake_game
java jpanel
Last synced: 2 months ago
JSON representation
Snake game with Java
- Host: GitHub
- URL: https://github.com/masterivanic/snake_game
- Owner: masterivanic
- Created: 2024-03-06T14:03:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T18:54:43.000Z (over 2 years ago)
- Last Synced: 2025-03-05T02:33:05.652Z (over 1 year ago)
- Topics: java, jpanel
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to this repo, Snake Game 🤙
## step by step to run this application
+ Install Java jdk
Verify it by doing ```java --version```
+ Then compile it by doing ```javac Game.java```
+ Then ```java Game```
You can now play the game.
You've feature to suggest ?? Feel free to contribute