Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

v0.2 - optimizations & various internal improvements

Latest
Compare
Choose a tag to compare
@hlef hlef released this 29 Oct 12:37
· 1 commit to master since this release

Notable changes:

  • Avoid usage of additional buffers in fill_map. Instead, let room generators decide of the next starting point while they generate the current room: This allows better performances and O(1) space complexity !
  • Avoid code duplication in the room generators.