An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](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
![Cars preview](/doc/cars-preview.gif)
(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.