Flappy Bird implementation made with SDL2 and FRP (Yampa).
You will need some system libraries:
- SDL2
- SDL2_Image
- SDL2_Mixer (with libvorbis/Ogg support enabled!)
$ brew install sdl2
$ brew install sdl2_image
$ brew install sdl2_mixer --with-libvorbis
$ git clone https://github.com/Rydgel/flappy-haskell
$ cd flappy-haskell
$ stack build
$ stack exec flappy-haskell