Sha256: f5f5bf58a73aeb44d689089a64c52f8f75f2b4ad1521e09e7ab03dc07b2e8214

Contents?: true

Size: 1.4 KB

Versions: 97

Compression:

Stored size: 1.4 KB

Contents

# Hangman

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

## Hints
This exercise requires you to work with events. For more information, see [this page]
(https://docs.microsoft.com/en-us/dotnet/articles/csharp/programming-guide/events/) .


### Submitting Exercises

Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/<exerciseName>` directory.

For example, if you're submitting `bob.cs` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/csharp/bob/bob.cs`.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
trackler-2.2.1.103 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.102 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.101 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.100 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.99 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.98 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.97 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.96 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.95 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.94 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.93 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.92 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.91 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.90 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.89 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.88 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.87 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.86 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.85 tracks/csharp/exercises/hangman/README.md
trackler-2.2.1.84 tracks/csharp/exercises/hangman/README.md