Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrspeaker/js-game-template


https://github.com/mrspeaker/js-game-template

Last synced: 14 days ago
JSON representation

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