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

https://github.com/prettymuchbryce/webgametemplate


https://github.com/prettymuchbryce/webgametemplate

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## webgametemplate

A simple jumping off point for making cross-platform HTML5 games with pixi.js.

### what's included ?

- node.js / express to serve the project
- normalize.css and HTML5 boilerplate
- pixi.js
- some pixi initialization/resizing example code
- jquery

### instructions

- clone
- npm install
- npm start
- launch browser at http://127.0.0.1:3000
- play with code in static/js/game/game.js