Skip to content

FlappyBird implemented by Haskell

License

Notifications You must be signed in to change notification settings

leftthomas/FlappyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlappyBird

This is a simple game made in a pure functional programming language —— Haskell.

To run the game, you must have Cabal installed in your OS. You can get it by installing the Haskell Platform.

Usage

git clone https://github.com/leftthomas/FlappyBird.git
cd FlappyBird
stack build
stack exec FlappyBird

The game has 3 levels. You are going to level up each at score=5 & gold=10, score=10 & gold=20, score=15 & gold=30.

Controls: Press the up arrow key to control the bird and to pass the menu scenes.

If you encounter problem, refer this resolvent.

Reference Resources

Game ScreenShot