Skip to content

Minimal starter project to get a Phaser game environment up and running with ease.

License

Notifications You must be signed in to change notification settings

oliverbenns/phaser-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser Starter

Phaser avatar studying

Minimal starter project to get a Phaser game environment up and running with ease.

Install

  • 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

Development

  • npm start
  • Open http://localhost:8080

Build

  • npm run build
  • All game files will be in /dist

Phaser 2

If you are looking for a Phaser 2 starter environment, you can download the 1.0.1 release