Skip to content

Latest commit

 

History

History

Rust-SDL2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Screenshot

Don't Eat the Yellow Snow! (Rust - SDL2)

Earn points by collecting all the tasty white snow flakes that fall. But watch out for the yellow snow.

Build

To build the yellow-snow binary you will need all required build tools needed to compile via cargo from rust. You will also need SDL2 with image, ttf and mixer both the libraries and headerfiles.

ArchLinux instructions.

sudo pacman -S --needed base-devel rust
sudo pacman -S --needed sdl2 sdl2_image sdl2_mixer sdl2_ttf
cargo build
cargo run

Controls

Left Arrow - Moves left.
Right Arrow - Moves right.
Space Bar - Resets the Game.
Escape - Quits and closes game.