• v0.28.0 a19be8b470

    neph1 released this 2024-04-23 11:58:26 -04:00 | 197 commits to master since this release

    Long overdue, here's "The Dungeon Update"

    A dungeon is a more constrained version of Land of Anything. It's prompted in the same way, but it's generated with a procedural algorithm that limits its size and decides the layout.. It has 5 levels, each generated as you step into it.

    Each level (or Zone) has mob spawners and item spawners.

    There are doors and they may be locked. The door to the next level is always locked. So there are also keys somewhere.

    To start a new dungeon: python -m stories.dungeon.story

    I put this as a 'pre release', because it's not fully tested. Any testing and reporting of issues is appreciated.

    What's Changed

    Full Changelog: https://github.com/neph1/LlamaTale/compare/v0.27.0...v0.28.0