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

Version Path
trackler-2.0.8.34 common/exercises/hangman/description.md
trackler-2.0.8.33 common/exercises/hangman/description.md
trackler-2.0.8.32 common/exercises/hangman/description.md
trackler-2.0.8.31 common/exercises/hangman/description.md
trackler-2.0.8.30 common/exercises/hangman/description.md
trackler-2.0.8.29 common/exercises/hangman/description.md
trackler-2.0.8.28 common/exercises/hangman/description.md
trackler-2.0.8.27 common/exercises/hangman/description.md
trackler-2.0.8.26 common/exercises/hangman/description.md
trackler-2.0.8.24 common/exercises/hangman/description.md
trackler-2.0.8.23 common/exercises/hangman/description.md
trackler-2.0.8.22 common/exercises/hangman/description.md
trackler-2.0.8.21 common/exercises/hangman/description.md
trackler-2.0.8.20 common/exercises/hangman/description.md
trackler-2.0.8.19 common/exercises/hangman/description.md
trackler-2.0.8.18 common/exercises/hangman/description.md
trackler-2.0.8.17 common/exercises/hangman/description.md
trackler-2.0.8.16 common/exercises/hangman/description.md
trackler-2.0.8.15 common/exercises/hangman/description.md
trackler-2.0.8.14 common/exercises/hangman/description.md