An open API service indexing awesome lists of open source software.

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

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