Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daurnimator/fengari-phaser-tutorial-02


https://github.com/daurnimator/fengari-phaser-tutorial-02

fengari lua phaser

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

https://phaser.io/tutorials/making-your-first-phaser-game ported to Lua using [Fengari](https://fengari.io/)

## Instructions

- 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
```