41 lines
1.6 KiB
Markdown
41 lines
1.6 KiB
Markdown
# pxl8
|
|
|
|
### Quick Start
|
|
|
|
```bash
|
|
./pxl8.sh build # Build pxl8 system
|
|
./pxl8.sh run [game.cart | project_dir] # Run pxl8 demo (or a specific game)
|
|
./pxl8.sh run [game.cart | project_dir] --repl # Run pxl8 demo (or a specific game) with a REPL
|
|
```
|
|
**Note** The demo has keys 1-9 bound for different examples.
|
|
|
|
> [!WARNING]
|
|
> <strong>Heavy development. So... <em>here be dragons :3</em></strong>
|
|
|
|
<pre>
|
|
@@@@@@@@@@@@@@@@@@@@@**^^""~~~"^@@^*@*@@**@@@@@@@@@
|
|
@@@@@@@@@@@@@*^^'"~ , - ' '; ,@@b. ' -e@@@@@@@@@
|
|
@@@@@@@@*^"~ . ' . ' ,@@@@( e@*@@@@@@@@@@
|
|
@@@@@^~ . . ' @@@@@@, ~^@@@@@@@@@@@
|
|
@@@~ ,e**@@*e, ,e**e, . ' '@@@@@@e, "*@@@@@'^@
|
|
@',e@@@@@@@@@@ e@@@@@@ ' '*@@@@@@ @@@' 0
|
|
@@@@@@@@@@@@@@@@@@@@@',e, ; ~^*^' ;^~ ' 0
|
|
@@@@@@@@@@@@@@@^""^@@e@@@ .' ,' .' @
|
|
@@@@@@@@@@@@@@' '@@@@@ ' , ,e' . ;@
|
|
@@@@@@@@@@@@@' ,&&, ^@*' , . i^"@e, ,e@e @@
|
|
@@@@@@@@@@@@' ,@@@@, ; ,& !,,@@@e@@@@ e@@
|
|
@@@@@,~*@@*' ,@@@@@@e, ', e^~^@, ~'@@@@@@,@@@
|
|
@@@@@@, ~" ,e@@@@@@@@@*e*@* ,@e @@""@e,,@@@@@@@@@
|
|
@@@@@@@@ee@@@@@@@@@@@@@@@" ,e@' ,e@' e@@@@@@@@@@@@@
|
|
@@@@@@@@@@@@@@@@@@@@@@@@" ,@" ,e@@e,,@@@@@@@@@@@@@@
|
|
@@@@@@@@@@@@@@@@@@@@@@@~ ,@@@,,0@@@@@@@@@@@@@@@@@@@
|
|
@@@@@@@@@@@@@@@@@@@@@@@@,,@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
</pre>
|
|
|
|
## License
|
|
|
|
pxl8 is free, open source and permissively licensed! All code in this repository is licensed under:
|
|
|
|
- Mozilla Public License, Version 2.0 ([LICENSE](LICENSE) or https://mozilla.org/MPL/2.0/)
|
|
|
|
Third-party dependencies (SDL3, LuaJIT, Fennel, linenoise, microui, miniz) retain their original licenses.
|