mirror of
https://framagit.org/s1gm4/games/snake.git
synced 2026-07-11 15:57:41 +02:00
No description
| bin | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Snake
Basic OpenGL Snake game and Neural Network / Genetic Algorithm Snake AI.
Installation
git clone https://framagit.org/1ibre/games/snake.git
cd snake
make
Usage
make run
# or
./bin/snake
Support
For any questions, feature requests or bug reports, please visit the issue tracker on the gitlab repository.
Roadmap
- Snake
- Snake AI
Contributing
Pull requests are welcome.
Authors and acknowledgment
License
This project is available under the GNU General Public License v3.0 or later.
Project status
This project is currently in development.