Crate dcss_scenario_builder

Crate dcss_scenario_builder 

Source
Expand description

A crate to create scenarios in DCSS (wizmode) from a yaml file.

Enums§

Error
Main errors types that can be raised while using the scenario builder.
YamlParsingError
Errors that can be raised while parsing the yaml scenarios.

Functions§

debug_print_lua
Print the created lua from the scenario_file to the log, to help debug issues in the YAML.
debug_save_lua
Save a txt of the created lua from the scenario_file, to help debug issues in the YAML.
start_game_with_scenario
Start a game, using dcss_api::Webtile::start_game_seeded, with a scenario yaml file.