StarWorks is a 3D rail-shooter game inspired by Star Fox, developed for the Numworks calculator, currently in developement.
You can download the latest binary on this link: v0.1.0. You can install it with this website.
You'll need the embedded ARM toolchain and Node.js (works well with the v20.20.2).
Downloading dependencies
sudo dnf install arm-none-eabi-gcc-cs arm-none-eabi-binutils nodejssudo apt install gcc-arm-none-eabi binutils-arm-none-eabi nodejs npmsudo pacman -S arm-none-eabi-gcc arm-none-eabi-binutils nodejs npmbrew install numworks/tap/arm-none-eabi-gcc nodeAfter installing the dependencies, use these commands to compile the project:
make clean
make buildand you will find the compiled file in build/starworks.nwa.
