GitHub - Rydgel/flappy-haskell: Flappy Bird Haskell Implementation

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Flappy Bird Haskell Implementation

License

MIT license

33 stars 9 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

Flappy Haskell

Flappy Bird implementation made with SDL2 and FRP (Yampa).

Installation

You will need some system libraries:

  • SDL2
  • SDL2_Image
  • SDL2_Mixer (with libvorbis/Ogg support enabled!)

Installation on OS X

$ 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

About

Flappy Bird Haskell Implementation

Topics

Resources

Readme

License

MIT license

Activity

Stars

33 stars

Watchers

3 watching

Forks

9 forks

Releases

No releases published

Packages

No packages published