Schlomon / NEAT

An implementation of NEAT in C++, intended to work with Godot 3 as a module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEAT

Build and Run:

  1. Install python
  2. Install scons:
    python -m pip install scons
    
  3. Clone the project and switch to the project directory:
    git clone https://github.com/Schlomon/NEAT.git
    cd NEAT
    
  4. Build the project with scons:
    scons
    
  5. Execute
    On Windows:
    bin/neat.exe
    
    Or on Linux:
    bin/neat
    

Setup VSCode for contribution

  1. Follow steps 1.-3. from the Build and Run instructions
  2. Install VSCode and open the project folder in VSCode.
  3. Install the official C/C++ Extension by Microsoft. Make sure to read the Prerequisites.
  4. A launch configuration called Debug is already configured. To debug the project just press F5.

About

An implementation of NEAT in C++, intended to work with Godot 3 as a module

License:MIT License


Languages

Language:C++ 95.2%Language:Python 4.8%