Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasknuth/jsnake
A classic Snake-Game implemented in OOP with Java
https://github.com/lukasknuth/jsnake
Last synced: 22 days ago
JSON representation
A classic Snake-Game implemented in OOP with Java
- Host: GitHub
- URL: https://github.com/lukasknuth/jsnake
- Owner: LukasKnuth
- Created: 2011-03-26T16:59:10.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-28T18:43:35.000Z (about 13 years ago)
- Last Synced: 2024-12-09T09:07:10.779Z (27 days ago)
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JSnake
This is a simple Object Oriented implementation of the classic Snake
Game using Java.Currently, it works, but there are some Bugs which are beeing fixed
right now. The Game should however be playable.It has basic High-Score support through simple File I/O.