My first real attempt at game development has resulted in a proof of concept game called Dungeon Intruder. It is extremely simple at the moment with only one map, though each level gets more difficult. Level increases once all the monsters are killed within the map.

Now that I have a poc game created, my next step is to take a game (maybe this one) to the iOS platform perhaps with either CocoonJS or Ejecta. After that, I want to work on a 'real' game that will end up on the Apple and Android app stores.

The game is at http://www.mikebryant.com/misc/DungeonIntruder/

For anyone that might want it, the source can be found at http://www.mikebryant.com/misc/DungeonIntruder/DungeonIntruder.zip

Any comments on how a noob should proceed is greatly appreciated.