https://github.com/prettymuchbryce/webgametemplate
https://github.com/prettymuchbryce/webgametemplate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/prettymuchbryce/webgametemplate
- Owner: prettymuchbryce
- Created: 2014-05-03T04:02:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T04:17:00.000Z (about 12 years ago)
- Last Synced: 2025-06-07T22:06:53.973Z (about 1 year ago)
- Language: CSS
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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