Simon Pribylski cf85af9a77
Some checks failed
Linux arm64 / Build (push) Failing after 1m11s
Delete networks/legacy_roads/house.py
2024-10-02 14:33:57 +00:00
2024-06-25 03:08:11 +02:00
2024-06-20 17:37:03 +02:00
2024-09-28 11:01:20 +02:00
2024-10-02 14:28:54 +00:00
2024-04-19 23:17:10 +02:00
2024-10-02 14:29:17 +00:00
2024-10-02 14:29:31 +00:00
2024-06-18 16:01:54 +02:00
2024-06-18 16:01:54 +02:00

GDMC-2024

A procedural city generator for Minecraft as part of the GDMC 2024 competition.

Run

Install required packages using pip:

pip install -r requirements.txt

Run main.py.

Dev

First, setup your virtual environment using Python's built-in venv.

Install pipreqs:

pip install pipreqs

Run pipreqs --ignore .venv --force to generate an updated list of dependencies for the project in requirements file. Note that you should then change skimage==... by scikit-image==0.23.2.

Description
Fork of GDMC to test github actions
Readme 8.8 MiB
Languages
Python 100%