https://github.com/zsarge/serpent-game
another snake clone
https://github.com/zsarge/serpent-game
cpp game learning snake snake-game
Last synced: 30 days ago
JSON representation
another snake clone
- Host: GitHub
- URL: https://github.com/zsarge/serpent-game
- Owner: zsarge
- License: mit
- Created: 2020-07-08T01:14:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T00:00:48.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T14:44:20.742Z (about 1 year ago)
- Topics: cpp, game, learning, snake, snake-game
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serpent-game
This project is absolutely not related to anything trademarked. don't sue me.
With this project, I wanted to get familiar with OpenGl and CMake.
This is certianly not an innovative game concept, but it's a good place to start.
This was developed on Ubuntu. Hopefully the codebase is cross platform compatible, but I don't know yet.
The code uses the terms snake and serpent interchangably.
Todo:
- add overload operator for == in apply rules
- Make instruction queue
- make snake not speed run on resize
- Add action queue
- Change grid scale based off of size of window.