Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radeusgd/snake3d
3d snake game in libGDX
https://github.com/radeusgd/snake3d
Last synced: 25 days ago
JSON representation
3d snake game in libGDX
- Host: GitHub
- URL: https://github.com/radeusgd/snake3d
- Owner: radeusgd
- License: other
- Created: 2014-07-09T16:02:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T19:59:18.000Z (over 10 years ago)
- Last Synced: 2024-04-16T04:58:45.969Z (7 months ago)
- Language: Java
- Size: 395 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple libGDX snake game experimenting with 3d movement game mechanic done in a very short time.
I try to write clean code, however my main goal is to do make the game quickly so it's not of the highest quality but I think it could serve for a nice example of a simple game. I also try to keep it as simple as possible while being able to maintain the code with ease.