A flappy bird like game, that plays and learns itself using NEAT (NeuroEvolution of Augmenting Topologies) algorithm.
Live version is deployed at https://kaushalmeena.github.io/neat-koopa-paratroopa/
These instructions will get you a copy of the project up and running on your local machine for development purposes.
To install and run this project you need:
To set up everything in your local machine, you need to follow these steps:
- Clone this repo and then change directory to the
neat-koopa-paratroopa
folder:
git clone https://github.com/kaushalmeena/neat-koopa-paratroopa.git
cd neat-koopa-paratroopa
- Install project dependencies using npm:
npm install
To run the project simply run:
npm run dev
Your app should now be running on localhost:3000.
This project is licensed under the MIT License - see the LICENSE file for details.