Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 959 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 959 Bytes

JS-Game-Dev-Hackathon

Phaser Starter Repo w/Express Server for my JS Game Dev Hackathon

Getting Started

From within the root directory:

* npm install

Running the Server

* nodemon server.js

Controls in the demo are the up/left/right arrow keys

Tutorials to help you get up and running with Phaser

Phaser Docs

  • You can find Phaser's docs here

Alternatively...

  • 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.