Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 333 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 333 Bytes

Genetic Snakes

AI playing snake with Neural Network brain trained by Genetic Alhorithm

How to run

Install npm dependencies:

npm install

How to run

Just run application i watch AI playing Snake Game

npm run start

Run development version with hot reload and fast rebuilding

npm run serve