blackhole

a prototype game that based on the idea of dodging asteroids while orbiting an increasingly large blackhole.
designed using c++ and the allegro game development library.
blackhole was produced as a test of simple game design, namely implementing graphics, player controls and audio elements.
this was implemented as a single file, all the audio and graphics are contained within the executable.
somewhat inspired by the high speed reaction game super hexagon
hbana

Play online (Only works on Firefox)
a simple "infinite runner" game made for a friends birthday. implemented using html5 and a canvas.
includes a loading screen for the audio and graphic, and a basic menu to begin play.
the background track has been modified to allow for looping playback, which is implemented using javascript.
during development, some bugs were highlighted, indicating that collision detection wasn't perfect.
inspired by the ever classic robot unicorn attack
uxo

Play online
a nodejs/html5/canvas implementation of the 2 player "ultimate x's and o's" game.
nodejs is used to serve the interactions between players, and is designed to minimize the workload on the server.
the canvas simulates typical button interactions from html5, allowing the entire game to be run on a single canvas.
uxo is implemented within a "hub", which would allow users access to a range of games that run in html5.
this includes a simple chat interface, along with a list of games currently playing.
inspired by the game "ultimate x's and o's"
fool

Look at online
the beginnings of the fool (a.k.a. durak) card game, which is card game for up to 4 players.
the game was developed with nodejs/html5/canvas and allows lots of things.
the game introduces some interesting ideas; can the number of cards be arranged so that the deck fits the number of players?
can the number of players go above 4 without breaking the game?
too many question piled up, and the actual implementation of the game got left behind somewhat.
inspired by some cards and a bit of free time on train journeys.