Skip to content

MicleMing/AI-pingpong

Repository files navigation

AI Ping Pong Game

It use Genetic algorithm and Neural Network to build Ping Pong game

Live Demo

you can see the live demo here

Description

It will generate 20 generation paddles and each generation will use 40 amounts paddles to train neural network.

Development

yarn start

Then open http://localhost:9000/

Build

yarn install
yarn build