An open API service indexing awesome lists of open source software.

https://github.com/programmingrainbow/yellow-snow-odin-sdl2

Don't Eat the Yellow Snow! Written in Odin and using SDL2 game library.
https://github.com/programmingrainbow/yellow-snow-odin-sdl2

Last synced: 4 months ago
JSON representation

Don't Eat the Yellow Snow! Written in Odin and using SDL2 game library.

Awesome Lists containing this project

README

          

![Screenshot](screenshot.png)

# Don't Eat the Yellow Snow! (Odin - SDL2)
Earn points by collecting all the tasty white snow flakes that fall. But watch out for the yellow snow.

# ArchLinux instructions.
```
sudo pacman -S --needed odin
cd
git clone https://github.com/ProgrammingRainbow/Yellow-Snow-Odin-SDL2
cd Yellow-Snow-Odin-SDL2
odin run src
```
# Controls
Left Arrow - Moves left.\
Right Arrow - Moves right.\
Space Bar - Resets the Game.\
Escape - Quits and closes game.\
M - Mutes/Unmutes music.\
F - Toggles FPS.