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.180 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.179 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.178 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.177 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.176 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.175 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.174 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.173 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.172 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.171 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.170 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.169 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.167 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.166 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.165 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.164 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.163 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.162 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.161 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.160 problem-specifications/exercises/hangman/description.md