The game of snake beaten by an AI using various techniques such as:
- NEAT
- A* and Reverse A*
- Hamiltonian Cycle
NOTE: All techniques are a work in progress and are subject to change.
Every program is written in C++ with the SDL2 graphics library in Linux. When compiling make sure to include "-lSDL2 -lSDL2_ttf" in tasks.json in VSCode or in gcc.