Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.