https://phaser.io/tutorials/making-your-first-phaser-game ported to Lua using Fengari
- Download tutorial pack from https://github.com/photonstorm/phaser-ce/raw/master/resources/tutorials/02%20Making%20your%20first%20game/phaser_tutorial_02.zip
- Extract
assets
folder (don't accidently overwrite part9.html) - Download or compile
fengari-web.js
e.g. from https://fengari.io/static/js/fengari-web.js
git clone https://github.com/daurnimator/fengari-phaser-tutorial-02
cd fengari-phaser-tutorial-02
wget https://github.com/photonstorm/phaser-ce/raw/master/resources/tutorials/02%20Making%20your%20first%20game/phaser_tutorial_02.zip
unzip phaser_tutorial_02.zip assets/
wget https://fengari.io/static/js/fengari-web.js
python -m http.server
# Now open localhost:8000/part9.html in your browser