/Snake-cpp

Machine learning on Snakes

Primary LanguageC++Apache License 2.0Apache-2.0

C++ Snakes game (WIP)

A neural network learns to play snakes...

Stage 1: Making the game

At the entry main creates class ::Game (which is a basic State Machine), pushes state states::Game on to its stack and runs the main loop of the State Machine.