Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 773 Bytes

instructions.md

File metadata and controls

14 lines (9 loc) · 773 Bytes

Instructions

Implement the logic of the hangman game using functional reactive programming.

Hangman is a simple word guessing game.

Functional Reactive Programming is a way to write interactive programs. It differs from the usual perspective in that instead of saying "when the button is pressed increment the counter", you write "the value of the counter is the sum of the number of times the button is pressed."

Implement the basic logic behind hangman using functional reactive programming. You'll need to install an FRP library for this, this will be described in the language/track specific files of the exercise.