Skip to content

Instantly share code, notes, and snippets.

@georules
georules / index.js
Last active August 29, 2015 14:06 — forked from max-mapper/index.js
requirebin sketch
var inherits = require('inherits');
var Game = require('crtrdg-gameloop');
var Entity = require('crtrdg-entity');
var Keyboard = require('crtrdg-keyboard');
inherits(Player, Entity);
function Player(options){
this.position = {
x: options.position.x,
@georules
georules / _.md
Created January 16, 2013 19:39 — forked from zeffii/_.md
An inlet to Tributary