Skip to content

arnfaldur/deeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deeper

This is the repository for Arnaldur Bjarnason's and Jökull Máni Reynisson's final project for the spring semester of 2021. The project was completed with the tutelage of Hannes Högni Vilhjálmsson and examined by Torfi Ásgeirsson.

Usage

To run this project you need to install the rust toolchain.

Download the code from this repository

git clone https://github.com/arnfaldur/deeper.git

compile and run the project:

cd deeper
cargo run --release

Note that compilation takes around five minutes.

To generate a new map, close the program and run:

cargo test --release
cargo run --release

The generation can take around 30 seconds.

The --release flag is not strictly necessary, if it's removed the project is compiled in debug mode. You should either always use the flag or never.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published