Skip to content

SuperPaintman/phaser-typescript-tutorial

Repository files navigation

Phaser Typescript Tutorial

Phaser

This repo using this boilerplate

This tutorial (based on original Phaser tutorial), will learn you how to create games with Phaser framework, and build it using TypeScript and Webpack.


Usage

1: clone this repo:

git clone https://github.com/SuperPaintman/phaser-typescript-tutorial.git

2: install NPM dependencies:

npm i

# or with yarn
npm i -g yarn
yarn
npm rebuild

3: run Webpack Dev Server (will start on http://127.0.0.1:8080):

npm start

4: start creating!

vim .

or open cloned directory in your favorite editor


Contributing

  1. Fork it (https://github.com/SuperPaintman/phaser-typescript-tutorial/fork)
  2. Create your feature branch (git checkout -b feature/<feature_name>)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin feature/<feature_name>)
  5. Create a new Pull Request

Contributors


License

MIT