ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Add Hauberk-esque dungeon generator. #39

Open ndouglas opened 5 years ago

ndouglas commented 5 years ago

Story

This chap implemented Bob Nystrom's dungeon generator in Rust. It seems to produce systems similar to those generated by the tutorial generator, but markedly better. I should look at it and see what I can glean from it, what can be factored out from it and the tutorial generator, and so forth.

Acceptance Criteria