Hello, I made a fun little 2D shooter quick response game. The levels start out quite easy - how to move - to near impossible. Currently there are 9 complete levels and 10 tutorial levels, which are interspersed appropriately. What I think to be an exciting / interesting part of the game is the level saving system which allows for hand crafting your own levels, and I purposely had it reload from file on hitting ‘r’, or dieing, for easier testing of levels. For more info on the level editing, go here.
An example level is below. This is level 2, just like the screenshot
weapon bow
name = levels/level2.txt
writing = center 300 Level 2 - The Swarm
writing = right bottom -->
mob = 350 bottom swordplayer
mob = 400 bottom swordplayer
mob = 450 bottom swordplayer
mob = 500 bottom swordplayer
mob = 550 bottom swordplayer
next = levels/swordtutorial.txt
Besides that, here is the download link in huge letters. Have fun, post if you beat it! I might add a death counter, but that might make even me angry.