Sha256: c16c4fd4ceecb38cb5f10fa3fbb85a7b47241f2b5fabb0e113683c2383fca7d7
Contents?: true
Size: 900 Bytes
Versions: 183
Compression:
Stored size: 900 Bytes
Contents
# Hangman Implement the logic of the hangman game using functional reactive programming. [Hangman][] is a simple word guessing game. [Functional Reactive Programming][frp] 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. [Hangman]: https://en.wikipedia.org/wiki/Hangman_%28game%29 [frp]: https://en.wikipedia.org/wiki/Functional_reactive_programming ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
183 entries across 183 versions & 1 rubygems