A sea snake game in Rust using the Piston game engine To run it you need SDL2
Use the arrow keys to control the diver.
When you lose or win, hit Enter
to restart.
You can also exit with Esc
.
Reach the surface before the sea snakes get you!
This project serves as a test project for the Rust-Graphics API and Piston game engine. The main goal is to improve Rust-Graphics. Do not expect it to have high quality as a game.
It was also my entry game for Ludum Dare 29
Add the dependencies and add the '.rlib' files to '/target/cpu-vendor-os/lib/':
In the Terminal window, navigate to the project folder and type:
cargo run