Skip to content

Instantly share code, notes, and snippets.

View krearthur's full-sized avatar
🏠
Working from home

krearthur krearthur

🏠
Working from home
View GitHub Profile
@krearthur
krearthur / gist-pseudo-game.js
Created August 22, 2013 12:36
Gist Pseudo Game! Just a pseudo non working incomplete game framework with errors :)
// create incredible PSEUDO game
(function(){
var GistGame = {
title: "Gist Pseudo Game",
players: 4,
genre: "action",
start: function(playTime, wantFrameRate, aCanvas){
var canvasObject = aCanvas;
var frameRate = 1000/wantFrameRate;