jnickg / dungen-core

.NET Core implementation of DunGen
GNU General Public License v2.0
0 stars 0 forks source link

Add random dungeon generator to API and home page #39

Closed jnickg closed 3 years ago

jnickg commented 3 years ago

Overview

Part of #34. But it is not done.

This PR merges changes to dungen-site to embed into the home page a randomly generated dungeon map. It would be good to limit this random generator to a curated palette of custom algorithms, so each dungeon is a bit more "showy." However, this serves to at least create the web visualization, so we can futz with quality later on.

The next part of #34 will be to create a dedicated page that does the same thing, but tells you what algorithm was run, how long it took, and lets you download the .dgd file.

Proposed Changes

Considerations & Notes

Commit Summary