Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Great start, and your code is very neat and tidy! Controls work well, though it did take me a minute to remind myself that the fire button quits the game and space bar is the fire button.  Maybe swap those around? I too like the hud area, hi-score etc looks nice. Keep it up!

Thanks for your comment! Glad to hear that. I tried to separate source to character move, main procs of the game, stage datas, and initialization. I believe that makes me easy to implement later. Especially those codes are getting bigger. But because of my knowledge of debugging program when someting went wrong, it is hard to figure out what is wrong in other included source file.  So that, currently many codes that should be separated are in main source file. 

About quit, I should remove quick quit key and make main menu like start/config/exit game before submit. Definitely, it is changed later!