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

https://github.com/digitsensitive/phaser-machine-learning

Experiments with Phaser and Machine Learning
https://github.com/digitsensitive/phaser-machine-learning

Last synced: 8 months ago
JSON representation

Experiments with Phaser and Machine Learning

Awesome Lists containing this project

README

          

# Phaser and Machine Learning
Experiments with Phaser and Machine Learning.
As boilerplate of the experiments I have used this [repository](https://github.com/digitsensitive/phaser-ts-webpack-boilerplate).

![Flappy Bird Remake](/experiments/flappy-bird/assets/github/flappy-bird-screen1-small.png)
![Atari Remake](/experiments/atari-pong/assets/github/atari-pong-screen1-small.png)

## How to use
To start an experiment do the following simple steps in the accordingly folder using your console:

1. `npm install` to install node_modules
2. `webpack` to build bundle.js
3. `webpack-dev-server` to start server
4. `localhost:8080` to start the experiment in your browser.