komiamiko / fc-ezalia

Brown focused level generator for Fantastic Contraption.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ezalia

Brown focused level generator for Fantastic Contraption.

Somewhat unusually, instead of targeting a normal Python package, Ezalia is compiled into a single self-contained Python file for easy distribution - ezalia.py.

How to build

compile.py

How to run

ezalia.py

Common Python issues

Usually we can run a Python script from the command line like so:

file.py

If the shebang doesn't work, try this:

python3 -m file

or

python3 file.py

About

Brown focused level generator for Fantastic Contraption.

License:MIT License


Languages

Language:Python 100.0%