Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daurnimator/fengari-phaser-tutorial-02
- Owner: daurnimator
- Created: 2018-02-16T23:07:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T23:13:46.000Z (almost 7 years ago)
- Last Synced: 2024-12-07T00:47:20.619Z (about 2 months ago)
- Topics: fengari, lua, phaser
- Language: HTML
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```