Skip to content

kaushalmeena/neat-koopa-paratroopa

Repository files navigation

NEAT Koopa Paratroopa

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/

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Requirements

To install and run this project you need:

Installation

To set up everything in your local machine, you need to follow these steps:

  1. 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
  1. Install project dependencies using npm:
npm install

Running

To run the project simply run:

npm run dev

Your app should now be running on localhost:3000.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A flappy bird like game, that plays and learns itself using neuroevolution algorithms.

Topics

Resources

License

Stars

Watchers

Forks