├── README.md ├── assets ├── fonts │ ├── Chewy.ttf │ ├── Chewy.woff │ ├── chewy-webfont.eot │ ├── chewy-webfont.svg │ ├── chewy-webfont.ttf │ ├── chewy-webfont.woff │ ├── octicons-regular-webfont.svg │ ├── octicons-regular-webfont.ttf │ └── octicons-regular-webfont.woff ├── images │ ├── bg.png │ ├── cratfy_logo.png │ ├── github_logo.png │ ├── mute.png │ ├── octocat-spinner-128.gif │ ├── octocat.png │ ├── portal.png │ ├── restart.gif │ ├── smoke_jump.png │ ├── speaker.png │ └── title.png └── sounds │ ├── click.mp3 │ ├── click.ogg │ ├── click.wav │ ├── dead.mp3 │ ├── dead.ogg │ ├── dead.wav │ ├── fork.mp3 │ ├── fork.ogg │ ├── fork.wav │ ├── jump.mp3 │ ├── jump.ogg │ ├── jump.wav │ ├── pull.mp3 │ ├── pull.ogg │ ├── pull.wav │ ├── push.mp3 │ ├── push.ogg │ ├── push.wav │ ├── star.mp3 │ ├── star.ogg │ └── star.wav ├── crafty.js ├── index.html ├── jquery.js └── octocatjump.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/README.md -------------------------------------------------------------------------------- /assets/fonts/Chewy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/fonts/Chewy.ttf -------------------------------------------------------------------------------- /assets/fonts/Chewy.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/fonts/Chewy.woff -------------------------------------------------------------------------------- /assets/fonts/chewy-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/fonts/chewy-webfont.eot -------------------------------------------------------------------------------- /assets/fonts/chewy-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/fonts/chewy-webfont.svg -------------------------------------------------------------------------------- /assets/fonts/chewy-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/fonts/chewy-webfont.ttf -------------------------------------------------------------------------------- /assets/fonts/chewy-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/fonts/chewy-webfont.woff -------------------------------------------------------------------------------- /assets/fonts/octicons-regular-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/fonts/octicons-regular-webfont.svg -------------------------------------------------------------------------------- /assets/fonts/octicons-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/fonts/octicons-regular-webfont.ttf -------------------------------------------------------------------------------- /assets/fonts/octicons-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/fonts/octicons-regular-webfont.woff -------------------------------------------------------------------------------- /assets/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/bg.png -------------------------------------------------------------------------------- /assets/images/cratfy_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/cratfy_logo.png -------------------------------------------------------------------------------- /assets/images/github_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/github_logo.png -------------------------------------------------------------------------------- /assets/images/mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/mute.png -------------------------------------------------------------------------------- /assets/images/octocat-spinner-128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/octocat-spinner-128.gif -------------------------------------------------------------------------------- /assets/images/octocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/octocat.png -------------------------------------------------------------------------------- /assets/images/portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/portal.png -------------------------------------------------------------------------------- /assets/images/restart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/restart.gif -------------------------------------------------------------------------------- /assets/images/smoke_jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/smoke_jump.png -------------------------------------------------------------------------------- /assets/images/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/speaker.png -------------------------------------------------------------------------------- /assets/images/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/images/title.png -------------------------------------------------------------------------------- /assets/sounds/click.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/click.mp3 -------------------------------------------------------------------------------- /assets/sounds/click.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/click.ogg -------------------------------------------------------------------------------- /assets/sounds/click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/click.wav -------------------------------------------------------------------------------- /assets/sounds/dead.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/dead.mp3 -------------------------------------------------------------------------------- /assets/sounds/dead.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/dead.ogg -------------------------------------------------------------------------------- /assets/sounds/dead.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/dead.wav -------------------------------------------------------------------------------- /assets/sounds/fork.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/fork.mp3 -------------------------------------------------------------------------------- /assets/sounds/fork.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/fork.ogg -------------------------------------------------------------------------------- /assets/sounds/fork.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/fork.wav -------------------------------------------------------------------------------- /assets/sounds/jump.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/jump.mp3 -------------------------------------------------------------------------------- /assets/sounds/jump.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/jump.ogg -------------------------------------------------------------------------------- /assets/sounds/jump.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/jump.wav -------------------------------------------------------------------------------- /assets/sounds/pull.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/pull.mp3 -------------------------------------------------------------------------------- /assets/sounds/pull.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/pull.ogg -------------------------------------------------------------------------------- /assets/sounds/pull.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/pull.wav -------------------------------------------------------------------------------- /assets/sounds/push.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/push.mp3 -------------------------------------------------------------------------------- /assets/sounds/push.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/push.ogg -------------------------------------------------------------------------------- /assets/sounds/push.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/push.wav -------------------------------------------------------------------------------- /assets/sounds/star.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/star.mp3 -------------------------------------------------------------------------------- /assets/sounds/star.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/star.ogg -------------------------------------------------------------------------------- /assets/sounds/star.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/assets/sounds/star.wav -------------------------------------------------------------------------------- /crafty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/crafty.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/index.html -------------------------------------------------------------------------------- /jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/jquery.js -------------------------------------------------------------------------------- /octocatjump.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogoshen/game-off-2012/HEAD/octocatjump.js --------------------------------------------------------------------------------