This is a project where I will create a dungeon generator. The idea is to create a very well functioning and semi-simple program which can easily be expanded on in the future or if time allows it. The project is part of the Tiralabra course at University of Helsinki.
See User guide for more in-depth instructions.
- Clone or download the project.
- Make sure you have the correct version of python installed.
- Make sure you have Poetry installed.
- Install dependencies with command:
Poetry install
- Start the program with command:
Poetry run invoke start
- Enjoy!
A coverage-report can be produced with the command:
poetry run invoke coverage-report
Pylint has been used to some extent in this project, but not fully.
A pylint report can be generated with command:
poetry run invoke lint
Formatting can be achieved with command:
poetry run invoke format