项目作者: jlepasquier

项目描述 :
A boilerplate for new projects using the Phaser 3 framework and Typescript
高级语言: CSS
项目地址: git://github.com/jlepasquier/phaser3-typescript-boilerplate.git
创建时间: 2018-12-19T14:03:54Z
项目社区:https://github.com/jlepasquier/phaser3-typescript-boilerplate

开源协议:MIT License

下载




Phaser 3 boilerplate written in TypeScript.

dependencies status badge
development dependencies status badge
GitHub issues
GitHub stars
Contributions welcome
GitHub license


Framework created by Photonstorm

Repository adapted from phaser3-typescript

Phaser 3 and TypeScript

Phaser is a wonderful, fast and
free open source HTML5 game framework.
Here you will find everything you need to develop games with Phaser 3
in TypeScript. Have fun discovering, developing and playing!
Ideas and corrections are highly desirable to constantly
improve this repository!

Acknowledgement

This repository is a simplified version of digitsensitive‘s phaser3-typescript repository, which was adapted to suit my needs.
Check out his awesome work and Phaser examples !
This repository was created for my own personal use, but feel free to use it as you wish !

Getting started

Prerequisites

  1. Download and install npm with Node.js @ https://nodejs.org/en

Installing

Select a folder, navigate to it, and clone this repository
with this command-line:

  1. git clone https://github.com/jlepasquier/phaser3-typescript-boilerplate.git

Install the dependencies with this command-line:

  1. npm install

Building and Running

Perform a quick build (bundle.js) and start server:

  1. npm run dev

Cheat Sheets

External Resources

Helpful tools

Contributing

Want to correct a bug, contribute some code, or improve the codes? Excellent! Let me know!
Please read CONTRIBUTING.md for details on our code of conduct.

License

This project is licensed under the MIT License - see the LICENSE.md file for details