Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 338 Bytes

Phaser-game-demo

how to view

  1. local build -> npm run build
  2. create server -> http-server ./www -p 3333
  3. view -> open "http:localhost:3333"
  4. http:localhost:3333/#game1
  5. http:localhost:3333/#game2
  6. http:localhost:3333/#game3
  7. http:localhost:3333/#game4
  8. http:localhost:3333/#game5

how to dev

npm run dev