ALttPDoorRandomizer icon indicating copy to clipboard operation
ALttPDoorRandomizer copied to clipboard

Very WIP PR to add a map generator

Open zig-for opened this issue 5 years ago • 2 comments

This does require a pip install graphviz or similar.

I'm not proud of the code in here, but I'm cleaning it up as I go along.

zig-for avatar Jun 21 '20 19:06 zig-for

Since this does require graphviz, add a line to ./resources/app/meta/manifests/pip_requirements.txt for this requirement. That is the reason the automated checks that prepare a release are failing. (It explicitly installs the requirements listed in ./resources/app/meta/manifests/pip_requirements.txt.

CaitSith2 avatar Jun 24 '20 22:06 CaitSith2

Thanks @CaitSith2 - I was wondering how dependency management worked for this.

zig-for avatar Jun 24 '20 23:06 zig-for