PirateMap
PirateMap copied to clipboard
Procedurally generate pirate treasure maps.
I was hoping to build on top of this and use it within a commercial adventure. Could you please add a license?
Please update to actual state
I had to change a few things * print statement * tuple unpacking * dict.items() instead of dict.itermitems() Everything is working as expected here :) This project is awesome :rocket:
``` pip install -r requirements.txt Collecting Shapely==1.5.13 (from -r requirements.txt (line 1)) Using cached Shapely-1.5.13.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line...
Here is the output of: `pip install -r requirements.txt` ``` Collecting Shapely==1.5.13 (from -r requirements.txt (line 1)) Using cached Shapely-1.5.13.tar.gz Complete output from command python setup.py egg_info: Failed `CDLL(libgeos_c.so.1)` Failed...