darozak / Advolition

1 stars 0 forks source link

Generate random arenas #61

Closed darozak closed 5 months ago

darozak commented 5 months ago

Right now I'm using a simple manually generated arena to develop and test the game engine. However, I should use be able to use a pre-existing random dungeon generator to create my arenas. There is a dungeon generator in the JavaScript Roguelike Toolkit that I might be able to use.

darozak commented 5 months ago

I've started by creating a PPT presentation that will be used to present this issue and its solution in a video format (https://github.com/darozak/Advolition/commit/bb1499218a176e45e9fbada13679b1502e44e8ed). This is something new that I'm trying out.

darozak commented 5 months ago

Here's a ROT Manual that gives good examples of how to use the map generator: https://ondras.github.io/rot.js/manual/#map/dungeon

darozak commented 5 months ago

Created script for briefing (https://github.com/darozak/Advolition/commit/030fd4c0af8035b021cd73759e3c0f76c81cea94). Want to try implementing in Adobe suite. This might be simpler that using PPT.

darozak commented 5 months ago

Creating a PPT video for each issue is taking too much time and slowing progress towards a final product. Stopping here and moving on.