maxwell

Max Terry
ASAP Media Services
Old Town, Maine
0
1
A 2D stealth game and engine for the web
Created Sat May 10 17:30:50 -0700 2008
legend

Following

Public Activity  feed

maxwell created gist: 1970 1 day ago
self.istypeof = function(other) { // Is self the same type as other?
maxwell created gist: 1969 1 day ago
self.istypeof = function(other) { // Is self the same type as other?
maxwell created gist: 1968 1 day ago
self.eq = function(other) { // Is self equal to other? if (self.length !== other.length) return 0
maxwell created gist: 1960 1 day ago
// do as self.isany() self.isa = function(/* args */) {
maxwell created gist: 1959 1 day ago
// do as self.isany() self.isa = function(/* args */) {
maxwell updated gist: 1942 1 day ago
self.eq = function(other) { // Is self equal to other? if (self.length !== other.length) return 0
maxwell created gist: 1942 1 day ago
self.eq = function(other) { // Is self equal to other? if (self.length !== other.length) return 0
maxwell updated gist: 1931 1 day ago
self.pr = function() { var literal = "[" for (var i=0; i<self.length; i++)