Forksteroids is my submission for the GitHub Game off 2012 challenge.
Built using HTML5 canvas with a mix of jQuery and Vanilla JS while learning everything as I went along.
Game objective: The game is really simple, avoid the spaceforks and get a high score. The higher your score the more spaceforks fly down to get you.
Tested in Google Chrome, Safari and IE9.
A working example can be found at my lab
- Clone repo
- Run the SQL
- Copy php/config.blank.php to php/config.php
- In php/config.php fill in database parameters
- Visit index.html and play the game
Thanks to
- Redshrike from http://opengameart.org for the ship parts
- John Resig from http://ejohn.org for his array remove function
- Peter Bailey from http://stackoverflow.com for the string repeat function