Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.63 KB

README.md

File metadata and controls

48 lines (41 loc) · 1.63 KB

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