This commit is contained in:
asrael 2025-11-05 09:44:52 -06:00
parent b92437f34c
commit 59b6a80000
No known key found for this signature in database
GPG key ID: 2786557804DFAE24

View file

@ -6,9 +6,9 @@
./pxl8.sh build # Build framework
./pxl8.sh run # Run demo
./pxl8.sh run --repl # Run demo w/ repl
```
**Note** These functions can also take an optional cart file or project directory:
```bash
# Optionally take a game cart file or project directory.
./pxl8.sh build <game.cart|game/>
./pxl8.sh run <game.cart|game/>
```