Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmingrainbow/yellow-snow-c-sdl2
Don't Eat the Yellow Snow! (C - SDL2)
https://github.com/programmingrainbow/yellow-snow-c-sdl2
Last synced: 4 days ago
JSON representation
Don't Eat the Yellow Snow! (C - SDL2)
- Host: GitHub
- URL: https://github.com/programmingrainbow/yellow-snow-c-sdl2
- Owner: ProgrammingRainbow
- Created: 2024-02-13T23:08:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T14:59:54.000Z (11 months ago)
- Last Synced: 2024-02-22T18:12:44.014Z (11 months ago)
- Language: C
- Size: 775 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screenshot](screenshot.png)
# 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.# Build
To build the yellow-snow binary you will need all required build tools needed to compile via Makefile and gcc. You will also need SDL2 with image, ttf and mixer both the libraries and headerfiles. This was created in linux where the SDL2 headerfiles are in the SDL2 folder. In windows i believe the "SDL2/" may need to be removed.ArchLinux instructions.
sudo pacman -S --needed base-devel
sudo pacman -S --needed sdl2 sdl2_image sdl2_mixer sdl2_ttf
make release run# Controls
Left Arrow - Moves left.\
Right Arrow - Moves right.\
Space Bar - Resets the Game.\
Escape - Quits and closes game. \
F - Prints FPS to the console.