An open API service indexing awesome lists of open source software.

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

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.