Skip to content

LordFckHelmchen/wrath-and-glory-space-hulk-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e5c6d38 · Oct 14, 2022

History

94 Commits
Sep 20, 2022
Jun 8, 2022
Jul 2, 2022
Oct 14, 2022
Oct 14, 2022
Jun 3, 2022
May 30, 2022
May 30, 2022
Sep 20, 2022
Jun 16, 2022
Oct 14, 2022
Oct 14, 2022
Jul 2, 2022

Repository files navigation

Wrath & Glory Space Hulk Generator

Streamlit App GitHub release (latest SemVer) GitHub Workflow Status

The Wrath & Glory Space Hulk Generator contains a random map generator for Cubicle7's Warhammer 40k role-playing game Wrath & Glory.

State

Active Development

Description

The code contains the generator as well as a streamlit app for a simple website hosting the generator that can be found here.

Screenshot.png

A description of the app is given in APP_ABOUT.md.

Use Cases

An initial analysis of the use cases for the generator is given in USE_CASES.md.

Installation

Currently, there is no stand-alone installation. To locally use the project, e.g. for making code changes,

  1. Install the external dependencies from packages.txt (e.g. the graphviz backend)
  2. Install the Python dependencies via poetry from pyproject.toml
  3. Run the app via poetry run streamlit run streamlit_app.py from the repository root

Contributing

If you have any improvement suggestions or feature requests or if you found bugs, simply open an issue.

Or event better create a pull request (PR) with the recommended code change. If you create a PR, Please make sure to add/update the unittests accordingly.

License

See LICENSE