Skip to content

alan-turing-institute/TrollTreasure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrollTreasure

Sample solution for the packaging exercise in the RSE course

Installation

To install in a virtual environment:

python -m venv venv
source venv/bin/activate
pip install .

Run Example

Run a single game:

treasure examples/dungeon.yml

Compute outcome probabilities:

treasure dungeons/example.yml -n 1000

Check treasure --help for other options.

Development

Install development dependencies and run tests:

pip install '.[dev]'
pytest

About

Sample solution for the packaging exercise in the RSE course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages