Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/js-game-template
https://github.com/mrspeaker/js-game-template
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrspeaker/js-game-template
- Owner: mrspeaker
- Created: 2011-11-26T20:56:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-26T20:57:05.000Z (almost 13 years ago)
- Last Synced: 2024-10-10T22:48:46.390Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple JS Game Template
A starting point for JS games, taken from the nice ideas in JS Boulderdash:
https://github.com/jakesgordon/javascript-boulderdash/blob/master/boulderdash.js* independent Game and Render loop
* event-based comms between Game and Render
* "invalidation" model for selective rendering