Files
2026-05-31 20:09:57 +10:00

18 lines
346 B
Markdown

# ToyBox
A test game for The Toy Programming Langauge. Requires raylib and Toy by default.
See https://toylang.com/ for details.
## Raylib for RPi
```bash
cmake -B build -DCMAKE_BUILD_TYPE="Release" -DPLATFORM="Desktop" -DOPENGL_VERSION="2.1"
cmake --build build
cd build && sudo make install
```
## Asset Credits
"Parvati" by LogicMonkey.