Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T22:54:29.000Z (14 days ago)
- Last Synced: 2025-01-09T23:35:33.697Z (14 days ago)
- Topics: cpp, cpp20, sdl, sdl2
- Language: C++
- Homepage:
- Size: 1.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screenshot](screenshot.png)
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
```
# Controls
Left Arrow - Moves left.\
Right Arrow - Moves right.\
Space Bar - Resets the Game.\
Escape - Quits and closes game.\
F - Toggles FPS.