Hoping to use my incomplete HTML5 game library
Over the past few months I’ve been working on a Javascript library for HTML5 games called UFX, which I plan to use for this competition.
It’s still woefully incomplete and underdocumented, but if anyone is interested in trying it, I’ll be happy to help in any way I can! It’s designed to be modular, so you can use one module without using the others if you like. Right now it only covers the very basics, like keyboard and mouse input, frame management, resource loading, and a component-based entity system. There’s also a RNG and a sweet Perlin noise generator. I’ve only been testing it on Firefox and Chrome.
So yeah, I don’t really recommend anyone try it this time around, but hopefully this will help me get it in better shape for next time!