mattbgold / phaser-tbs

Turn based strategy game built with Phaser in TypeScript

Home Page:http://tbs.mattgold.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to

Clone this project in any directory and type npm install to install all dependencies and to run the project just type npm start. It will start to listen at port 9000, open your favorite web browser at address http://localhost:9000 and start to code your game on src directory.

And to distribute your game just run npm build it will create the dist directory with all necessary files, ready to push to any HTTP server.

Boilerplate copied from Phaser TypeScript Webpack Boilerplate

About

Turn based strategy game built with Phaser in TypeScript

http://tbs.mattgold.io


Languages

Language:TypeScript 95.3%Language:HTML 2.6%Language:JavaScript 2.1%