https://github.com/programmingrainbow/yellow-snow-cpp-sdl2
Don't Eat the Yellow Snow! written in C++ and using SDL2 game library.
https://github.com/programmingrainbow/yellow-snow-cpp-sdl2
cpp cpp20 sdl sdl2
Last synced: 20 days ago
JSON representation
Don't Eat the Yellow Snow! written in C++ and using SDL2 game library.
- Host: GitHub
- URL: https://github.com/programmingrainbow/yellow-snow-cpp-sdl2
- Owner: ProgrammingRainbow
- Created: 2024-07-31T19:33:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T21:53:56.000Z (2 months ago)
- Last Synced: 2025-04-12T07:18:52.871Z (20 days ago)
- Topics: cpp, cpp20, sdl, sdl2
- Language: C++
- Homepage:
- Size: 1.35 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

https://www.youtube.com/playlist?list=PLO02jwa2ZaiAQitCgf1VjT8OLEcgRHTUB# Don't Eat the Yellow Snow! (C++ - 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 base-devel sdl2 sdl2_image sdl2_mixer sdl2_ttf
cd
git clone https://github.com/ProgrammingRainbow/Yellow-Snow-Cpp-SDL2
cd Yellow-Snow-Cpp-SDL2
make run
```
The Makefile also supports these commands:
```
make rebuild
make clean
make release
make debug
SRC_DIR=Video8 make rebuild run
CXX=clang++ make clean release run
```
# Controls
Left Arrow - Moves left.\
Right Arrow - Moves right.\
Space Bar - Resets the Game.\
Escape - Quits and closes game.\
F - Toggles FPS.