项目作者: yandeu

项目描述 :
Phaser 3 TypeScript Platformer Example
高级语言: JavaScript
项目地址: git://github.com/yandeu/phaser3-typescript-platformer-example.git
创建时间: 2019-01-22T20:43:22Z
项目社区:https://github.com/yandeu/phaser3-typescript-platformer-example

开源协议:MIT License

下载


Phaser 3 TypeScript Platformer Example

dependencies Status
GitHub
GitHub package.json version
GitHub last commit

Built with the typescript phaser-project-template starter.

Play

Play the game (Add it to the homescreen to test the PWA functionality)

phaser3-typescript-platformer

How To Use

To clone and run this game, you’ll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

  1. # Clone this repository
  2. $ git clone --depth 1 https://github.com/yandeu/phaser3-typescript-platformer-example.git phaser3-platformer-example
  3. # Go into the repository
  4. $ cd phaser3-platformer-example
  5. # Install dependencies
  6. $ npm install
  7. # Start the local development server (on port 8080)
  8. $ npm start
  9. # Ready for production?
  10. # Build the production ready code to the /dist folder
  11. $ npm run build