Minimal starter project to get a Phaser game environment up and running with ease.
- Get the files by either:
- Forking this repository
- Downloading a zip/tar.gz
- Cloning this repository with
git clone https://github.com/oliverbenns/phaser-starter.git
cd phaser-starter
nvm install
npm install
npm start
- Open
http://localhost:8080
npm run build
- All game files will be in
/dist
If you are looking for a Phaser 2 starter environment, you can download the 1.0.1 release