Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pedroargento/RIV-asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Rives Asteroids

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.

Installing and running (Ubuntu)

Install RIVES

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

Run the game

rivemu -workspace -exec riv-jit-c asteroids.c

Play the game

Thrust

Turn

Z Shoot

About

Asteroid like game for the RIVES platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages