add init to cube3d

This commit is contained in:
asrael 2025-11-01 15:31:05 -05:00
parent 0ed7fc4496
commit cec9415d75
No known key found for this signature in database
GPG key ID: 2786557804DFAE24
4 changed files with 72 additions and 51 deletions

View file

@ -1,6 +1,6 @@
# pxl8
## Quick Start
### Quick Start
```bash
./pxl8.sh build # Build framework
@ -8,6 +8,9 @@
./pxl8.sh run --repl # Run demo w/ repl
```
**Note** These functions can also take an optional project arg:
```bash
./pxl8.sh run <game/|game.cart>
```
> [!WARNING]
> <strong>Heavy development. So... <em>here be dragons :3</em></strong>