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.159 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.158 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.157 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.156 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.155 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.154 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.153 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.152 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.151 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.150 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.149 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.148 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.147 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.146 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.145 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.144 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.143 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.142 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.141 problem-specifications/exercises/hangman/description.md
trackler-2.2.1.140 problem-specifications/exercises/hangman/description.md