[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JR5PH24URK28S) ML-gamesMachine learning games. Use combination of genetic algorithms and neural networks to control the behaviour of in-game objects.Working example can be found here: http://ml-games.tomasz-rewak.com/p align=center img src=https://raw.githubusercontent.com/TomaszRewak/ML-games/master/About/example.gif width=400//pEverything here is written from a scratch, including all ML algorithms and game engine. CompilationTo restore node packages run```npm install```To compile the project```gulp build```for .ts files and```gulp styles```for .less files.You can also simply run:```gulp watch``` AlphaNote that this is an early version of this software. If you can see anything that doesn't work as expected, or maybe a way to improve it, please inform me.As this site is still in developement, it works fine on Chrome web browser, works slow on FF and doesn't work at all at Edge.These are the known issues.