- Install python
- Install scons:
python -m pip install scons
- Clone the project and switch to the project directory:
git clone https://github.com/Schlomon/NEAT.git cd NEAT
- Build the project with scons:
scons
- Execute
On Windows:Or on Linux:bin/neat.exe
bin/neat
- Follow steps 1.-3. from the Build and Run instructions
- Install VSCode and open the project folder in VSCode.
- Install the official
C/C++ Extension
by Microsoft. Make sure to read the Prerequisites. - A launch configuration called
Debug
is already configured. To debug the project just pressF5
.