Sha256: 2df3fe2152a06185281254ffd69fbbe090c0ba3357418d5d8c3abb86b39af0d2

Contents?: true

Size: 751 Bytes

Versions: 222

Compression:

Stored size: 751 Bytes

Contents

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

Version data entries

222 entries across 222 versions & 1 rubygems

Version Path
trackler-2.2.1.98 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.97 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.96 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.95 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.94 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.93 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.92 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.91 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.90 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.89 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.88 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.87 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.86 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.85 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.84 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.83 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.82 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.81 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.80 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.79 problem-specifications/exercises/hangman/description.md