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-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)

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.