I am currently working on a "Legend of Zelda" based game programmed entirely in javascript. The reason I am doing in javascript is to make it cross compatible on virtually any system/device with a browser. You can check it out via the link below and let me know what you think :thumbup:
I still have a lot of work to do on the gaming engine but once that is complete all I'll need is a good storyline and some maps. If you view source on the page you can see that every map is comprised of a two layered array of 192 "blocks" and its fairly easy to design maps. If anyone as any ideas for new maps feel free to send them my way (this game is completely open source so as long as you understand javascript I'm open to suggestions).