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.
- Host: GitHub
- URL: https://github.com/programmingrainbow/yellow-snow-odin-sdl2
- Owner: ProgrammingRainbow
- Created: 2025-02-24T01:14:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T14:21:26.000Z (over 1 year ago)
- Last Synced: 2025-06-14T10:05:52.439Z (12 months ago)
- Language: Odin
- Size: 970 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.