Machine 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/
Everything here is written from a scratch, including all ML algorithms and game engine.
To 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
Note 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.