Tatami


Project Type Library
Project Status Ongoing
Project Duration 1 week
Time Period June 2024-July 2024
Roles Development
Language Rust
screenshot of Tatami

Description

Tatami is a roguelike dungeon generation algorithm that creates a multi-floor dungeon layout from a series of randomly oriented, interconnected rectangles. The library attempts to provide many of the common features found in roguelikes, such as stairs, teleports, items, enemies and traps. It is intended to be used as a base upon which a fully featured game can be built on.

The project has over 1,000 downloads on crates.io and 11 stars on GitHub. It is being used in my game Darkcrawl.

Links