/PyPico8

Run PICO-8 demos in Python.

Primary LanguagePythonMIT LicenseMIT

PyPico8

Run Pico8 demos in Python.

Install on Windows

python -m venv .venv
.venv\Scripts\activate
python -m pip install -r requirements.txt