Here's a little level generator I made this morning in about 5-6 hours. It uses premade rooms and can go through 15000 iterations in about 10 seconds. It picks randomly from some premade rooms then attaches them by "doors". Development was done live on twitch at http://twitch.tv/encryptedcow
https://dl.dropboxusercontent.com/u/71526571/level%20gen/index.html
I may make a tutorial for this in the future, however the code is very messy at the moment.
Edit: I felt like doing a multiplayer versiona s well because why not https://dl.dropboxusercontent.com/u/71526571/levelgenmp/index.html
Multiplayer gameplay and a target object which is far to both players. And movement restriction while zooming out.. Hmm, can be nice game like vertical labyrinth.
Develop games in your browser. Powerful, performant & highly capable.
onur I've actually ripped out the multiplayer (the built in plugin just isn't meant for this kind of stuff) and I've converted it to a top-down game. What I'm going to attempt is some sort of mining/building game, have some monsters, crafting, etc.