Mini Arcade product package: CLI/GUI + runtime orchestration for the mini-arcade ecosystem.
Project description
mini-arcade
mini-arcade is the user-facing package for running Mini Arcade games and examples.
It provides:
- the CLI entrypoint (
mini-arcade) - runner modules for
--gameand--example - integration helpers that connect settings, backends, and runtime launch
Install
pip install mini-arcade
CLI
mini-arcade --help
mini-arcade run --game deja-bounce
mini-arcade run --example config/engine_config_basics
mini-arcade run --example config/backend_swap --pass-through --backend native --fps 72
mini-arcade scaffold-system-lab --lab-id orbit_lab
mini-arcade system-lab --module experiments.orbit_lab.system_lab_case --visual
mini-arcade run tour
mini-arcade run tour --group scene
Equivalent module invocation:
python -m mini_arcade.main run --game deja-bounce
In the monorepo, prefer the root runner:
python .\manage.py run --game deja-bounce
python .\manage.py run --example config/backend_swap
That path wires local workspace sources ahead of installed packages.
Docs
See monorepo docs in docs/ for quickstart, architecture, tutorials, and game creation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mini_arcade-1.6.3.tar.gz.
File metadata
- Download URL: mini_arcade-1.6.3.tar.gz
- Upload date:
- Size: 44.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
986b32561b49983fd2c8835b9b909b32cae7cd2e5d11e7095f547539b06f5cd4
|
|
| MD5 |
fd4ed06d54700a28ec59dcc96ee3d75c
|
|
| BLAKE2b-256 |
d5e22ede6e2c559a1c5a1b13a96de5320ae4725b7bdf0cc312a48b7992306aa4
|
File details
Details for the file mini_arcade-1.6.3-py3-none-any.whl.
File metadata
- Download URL: mini_arcade-1.6.3-py3-none-any.whl
- Upload date:
- Size: 58.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3858104528855cf5cf2e893d6b8b11be30fa7fa5d54ac74b9a76d272806b7fd3
|
|
| MD5 |
5542ecb24ff2b97fa66da3b1ecafa461
|
|
| BLAKE2b-256 |
d51ecaad473808a569220bd8e9e346eb585746a192a45b6359aefaeb3ffdb0c5
|