Skip to content

Here I will develop a maze generator program through the use of algorithms for the course Tiralabra (University of Helsinki)

Notifications You must be signed in to change notification settings

Catrovitch/Chamber-Danger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chamber Danger

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.

Documentation

Weekly reports

Other

Installing

See User guide for more in-depth instructions.

  1. Clone or download the project.
  2. Make sure you have the correct version of python installed.
  3. Make sure you have Poetry installed.
  4. Install dependencies with command:
Poetry install
  1. Start the program with command:
Poetry run invoke start
  1. Enjoy!

Testing

A coverage-report can be produced with the command:

poetry run invoke coverage-report

Pylint

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

About

Here I will develop a maze generator program through the use of algorithms for the course Tiralabra (University of Helsinki)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages