-
HTML5 Canvas 2D Game Experimentation: Basic sprite movement and map management
Here’s an HTML5 experiment in progress… HTML5’s canvas element is pretty powerful and easy to use. Rendering images, shapes, and text typically does not require a lot of code. So I decided it would be fun to build a simple javascript gaming engine to see what I could do with the canvas element in a…