# 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.