This is a recreation of the Geometry Dash Lite moblie game written fully in C++, using object oriented principles. and the SFML game library. The game implements the generative NEAT algorithm, written in python, to allow an AI to autonomously learn and beat the game play.
- C++: SFML Library, OOP
- AI: NEAT Algorithm, Neural Networks
- Python: Scripting
- CMake: Building
-
Clone the Repository
git clone https://github.com/yourusername/your-repository.git cd your-repository
-
Dependencies
- SFML Library
- GCC compiler