Simple NEAT AI for playing the game Geometry Dash
Simple NEAT AI for playing the game Geometry Dash
Inspired by @CodeBullet
(On macOS/Linux/BSDs)
git clone https://github.com/andris6/geometry-dash-ai.git && \
cd geometry-dash-ai/
python3 -m venv venv && \
source venv/bin/activate
pip install -r requirements.txt
Before run, set these options in Geometry Dash:
venv):
python main.py train
You can always stop the training and restart it later (just press Ctrl+C)