Earn points by collecting all the tasty white snow flakes that fall. But watch out for the yellow snow.
To build the yellow-snow binary you will need all required build tools needed to compile via Makefile and gcc. You will also need raylib both the libraries and headerfiles.
ArchLinux instructions.
sudo pacman -S --needed base-devel
sudo pacman -S --needed raylib
make
./yellow-snow
Left Arrow - Moves left.
Right Arrow - Moves right.
Space Bar - Resets the Game.
Escape - Quits and closes game.