Quickstart¶
Users¶
pip install mini-arcade
python -m mini_arcade.main --help
If your environment exposes the mini-arcade command, it should behave
equivalently.
Contributors¶
1) Install editable packages and tooling¶
# Windows (PowerShell)
./scripts/dev_install.ps1
2) Run an example¶
python -m mini_arcade.main run --example 001_min_scene
3) Run a game¶
python -m mini_arcade.main run --game deja-bounce
4) Run tests¶
pytest