No description
Find a file
2023-01-28 17:21:41 +00:00
bin The game is working 2022-06-16 12:47:29 +02:00
src The game is working 2022-06-16 12:47:29 +02:00
.gitignore Initial commit: draw snake head 2022-06-16 10:23:48 +02:00
LICENSE Add LICENSE 2022-06-16 04:53:37 +00:00
Makefile The game is working 2022-06-16 12:47:29 +02:00
README.md Update README.md 2023-01-28 17:21:41 +00:00

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.