Javascript Game - 8bit roguelike
25/06/2011
After a long gap I have returned to the world of Javascript game development with a new project, this time an 8bit roguelike (all done with HTML5 canvas).
I'm trying to keep this one simple so I can actually finish it, so it's very old school, purely tile based, no animation, no physics, which hopefully should enable me to concentrate on the game itself.
At the moment it's pretty much just a proof of concept, it loads some map data, and you can walk around on it and bump into a few walls and objects.
Have a go (its embedded below) use wasd or the arrow keys to move around and leave a comment if you have any suggestions.
More to come in the next few days!