/fc-ezalia

Brown focused level generator for Fantastic Contraption.

Primary LanguagePythonMIT LicenseMIT

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