Version 0.1.0 - the MVP
An MVP for this project is to be able to generate, render, and save a dungeon, thereby duplicating the basic capabilities of donjon. This does not include randomizing doors, dungeon residents, flavor features, etc. and also does not include exporting a file for VTT.
This milestone is significant because it would let us shift from implementing basic compon…
An MVP for this project is to be able to generate, render, and save a dungeon, thereby duplicating the basic capabilities of donjon. This does not include randomizing doors, dungeon residents, flavor features, etc. and also does not include exporting a file for VTT.
This milestone is significant because it would let us shift from implementing basic components of the project to new features. To complete this milestone we need: working rooms, working hallways, code in the Grid
class to "insert" rooms and hallways into the grid, room randomizer, hallways randomizer.