LD #21 warmup javascript game
Posted by ippa
August 13th, 2011 4:52 pm
Planning on making a HTML5 javascript game using http://www.jawsjs.com/ this time around.
Warming up by converting an old LD entry I made in Ruby into Javascript. A 10-minute canvas-tag adventure, check it out:
http://ippa.se/webgames/unexpected_outcome/
That game had some awesome ambient background music. What did you use to create that sound ?
After looking around at some javascript game libs for my entry I settled on using yours. I’m relatively new to this and I’m finding your lib really simple, easy to use and well documented. Good stuff, thanks a ton.