Phaser Starter Repo w/Express Server for my JS Game Dev Hackathon
From within the root directory:
* npm install
Running the Server
* nodemon server.js
Controls in the demo are the up/left/right arrow keys
- You can find Phaser's docs here
- Don't want to create a game from scratch? Why not take an existing open source game and make some tweaks to it!
- You can find a pretty large list of open source games here that you can fork, tweak, and/or make contributions to.