Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmingrainbow/yellow-snow-haskell-sdl2
Don't Eat the Yellow Snow! (Haskell - SDL2)
https://github.com/programmingrainbow/yellow-snow-haskell-sdl2
Last synced: 4 days ago
JSON representation
Don't Eat the Yellow Snow! (Haskell - SDL2)
- Host: GitHub
- URL: https://github.com/programmingrainbow/yellow-snow-haskell-sdl2
- Owner: ProgrammingRainbow
- Created: 2024-10-18T00:56:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T01:05:05.000Z (3 months ago)
- Last Synced: 2024-10-20T12:32:55.133Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 8.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
![Screenshot](screenshot.png)
# Don't Eat the Yellow Snow! (Haskell - SDL2)
Earn points by collecting all the tasty white snow flakes that fall. But watch out for the yellow snow.## Build and Run
You will need to make sure stack is installed.ArchLinux instructions.
```
sudo pacman -S --needed stack
cd
git clone https://github.com/ProgrammingRainbow/Yellow-Snow-Haskell-SDL2
cd Yellow-Snow-Haskell-SDL2
stack run
```
# Controls
Left Arrow - Moves left.\
Right Arrow - Moves right.\
Space Bar - Resets the Game.\
F - Toggles Show FPS.\
M - Toggles Music.\
Escape - Quits and closes game.