https://github.com/superpaintman/phaser-typescript-tutorial
A tutorial on making a game with Phaser + TypeScript + Webpack
https://github.com/superpaintman/phaser-typescript-tutorial
phaser phaser-tutorial phaser-typescript phaserjs
Last synced: 5 months ago
JSON representation
A tutorial on making a game with Phaser + TypeScript + Webpack
- Host: GitHub
- URL: https://github.com/superpaintman/phaser-typescript-tutorial
- Owner: SuperPaintman
- License: mit
- Created: 2017-03-26T15:28:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T18:46:38.000Z (about 8 years ago)
- Last Synced: 2025-01-16T06:59:38.961Z (5 months ago)
- Topics: phaser, phaser-tutorial, phaser-typescript, phaserjs
- Language: JavaScript
- Size: 274 KB
- Stars: 17
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phaser Typescript Tutorial
![Phaser][header-image]
> This repo using [this boilerplate][boilerplate-url]
This tutorial (based on [original Phaser tutorial][original-tutorial-url]), will learn you how to create games with **Phaser** framework, and build it using **TypeScript** and **Webpack**.
--------------------------------------------------------------------------------
## Usage
**1**: clone this repo:
```sh
git clone https://github.com/SuperPaintman/phaser-typescript-tutorial.git
```**2**: install NPM dependencies:
```sh
npm i# or with yarn
npm i -g yarn
yarn
npm rebuild
```**3**: run `Webpack Dev Server` (will start on ):
```sh
npm start
```**4**: start creating!
```sh
vim .
```or open cloned directory in your favorite editor
--------------------------------------------------------------------------------
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin feature/`)
5. Create a new Pull Request--------------------------------------------------------------------------------
## Contributors
- [SuperPaintman](https://github.com/SuperPaintman) SuperPaintman - creator, maintainer
--------------------------------------------------------------------------------
## License
[MIT][license-url]
[license-url]: LICENSE
[travis-image]: https://img.shields.io/travis/SuperPaintman/phaser-typescript-tutorial/master.svg?label=linux
[travis-url]: https://travis-ci.org/SuperPaintman/phaser-typescript-tutorial
[coveralls-image]: https://img.shields.io/coveralls/SuperPaintman/phaser-typescript-tutorial/master.svg
[coveralls-url]: https://coveralls.io/r/SuperPaintman/phaser-typescript-tutorial?branch=master
[boilerplate-url]: https://github.com/SuperPaintman/phaser-typescript-boilerplate
[original-tutorial-url]: http://phaser.io/tutorials/making-your-first-phaser-game/index
[header-image]: README/header.png