DCSS API
dcss-api is an easy to use Rust and Python wrapper for Dungeon Crawl Stone Soup’s (DCSS) Webtile websocket API.
Source | Rust API | Rust Scenario | Python
Crates
dcss-api
dcss-api is an easy to use Rust wrapper for DCSS Webtile websocket API. It works with version 0.29, 0.30, 0.31 or 0.32 of DCSS.
dcss-scenario-builder
dcss-scenario-builder is a crate to build scenarios in DCSS (wizmode) from a yaml file by providing features, items and monsters and mapping them on a tile map. This is great for testing.
dcss-api-python
dcss-api is an easy to use Python wrapper for DCSS Webtile websocket API, that includes the dcss-scenario-builder functionalities. It works with version 0.29, 0.30, 0.31 or 0.32 of DCSS.
dcss-data (experimental)
dcss-data is a Rust data model for the data received from DCSS Webtile (tiles, monsters, items, menus, etc.). It is currently experimental and the interface will break without notice.
Docs
Documentation about the DCSS websocket API and the data it provides can also be found here.