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

https://github.com/prettymuchbryce/typescript-gamedev-template

Typescript Game Dev Template
https://github.com/prettymuchbryce/typescript-gamedev-template

Last synced: 10 months ago
JSON representation

Typescript Game Dev Template

Awesome Lists containing this project

README

          

### Typescript Game Dev Template

A PIXI.js 4.x.x + Typescript 1.8 game development project template

Ready to be used with [Electron](https://github.com/electron/electron) (native app runtime)

### included
- TypeScript
- PIXI.js
- webpack
- tslint

### usage
* Check out this project
* Install global dependencies `npm install typings electron webpack -g`
* Install project dependencies `npm install`
* Run `npm build && npm start`