Fun personal project to test the RIV console.
RIV is a low-level verifiable fantasy console for building small games that runs on a special RISC-V Linux machine.
For more details or other platforms go to RIVES Documentation
wget -O rivemu https://github.com/rives-io/riv/releases/latest/download/rivemu-linux-amd64
chmod +x rivemu
mkdir -p $HOME/.riv
mv rivemu $HOME/.riv/
echo 'export PATH=$HOME/.riv:$PATH' >> $HOME/.bashrc
export PATH=$HOME/.riv:$PATH
rivemu -workspace -exec riv-jit-c asteroids.c
↑ Thrust
←→ Turn
Z Shoot