Snake AI Project is a 2D game. The goals for this project are :
-
Make a classic snake game
-
Make a tool to simplify 2d text display with memory optimization
-
Make a simple AI using path finding (work in progress)
-
Make a deep learning AI (work in progress)
-
Standard Library
-
Standard Template Library
-
Sfml
The build is in the folder "Build". You can also build this project by using Visual Studio 2017 and hit play. A "Build" folder will be generated at the root of the repository.