https://github.com/mati365/neural-cars
🚗 Neural network 2D cars ray collision detection using ML genetic training algorithm
https://github.com/mati365/neural-cars
canvas cars game genetic-algorithm machine-learning neural-cars neural-network react
Last synced: 6 months ago
JSON representation
🚗 Neural network 2D cars ray collision detection using ML genetic training algorithm
- Host: GitHub
- URL: https://github.com/mati365/neural-cars
- Owner: Mati365
- License: mit
- Created: 2018-10-13T11:48:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T05:54:26.000Z (about 4 years ago)
- Last Synced: 2025-04-24T02:12:09.323Z (6 months ago)
- Topics: canvas, cars, game, genetic-algorithm, machine-learning, neural-cars, neural-network, react
- Language: JavaScript
- Homepage:
- Size: 9.19 MB
- Stars: 27
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](http://makeapullrequest.com)# Neural Cars
Cars game AI using neural networks. It was created for school project.**Live demo:** https://mati365.github.io/neural-cars/
## Screens

(gif)## Install
Steps to run:
```
git clone git@github.com:Mati365/neural-cars.git
npm install
npm run develop
```server will listen on __3000__ port at __127.0.0.1__ address.
## Built with
- ES7
- Ramda, https://ramdajs.com/
- React## Authors:
Lead programmer: Mateusz Bagiński
Some No08 who has to be carried: Adam Iwaszkiewicz## License
This project is licensed under MIT license - see the LICENSE.mf file for details.