codingteam / Keter

A roguelike game in the SCP setting.
https://codingteam.github.io/Keter/
MIT License
15 stars 5 forks source link

Some game levels #22

Open Akon32 opened 9 years ago

Akon32 commented 9 years ago

Build several levels (maps) to make game playable. This includes both map drawing and gameplay implementation.

hagane commented 7 years ago

Maybe we should do a random map generator -- or, even better, multiple map generators, biased toward different level structures (Foundation base floor, caves and catagombs, weird pocket dimension, etc)

ForNeVeR commented 7 years ago

Please note that rot.js already have some generators. Probably that's a good idea to use them at first.