Sha256: 0bb1147853bd4eddae3661a58b4f33a9b946873e7f71abee2fa3128c33112fe1
Contents?: true
Size: 671 Bytes
Versions: 174
Compression:
Stored size: 671 Bytes
Contents
[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
Version data entries
174 entries across 174 versions & 1 rubygems