Hangman - 2020 Shiny Contest Submission

Hangman

Authors: Yulia Smirnova
Working with Shiny for 1+ years

Abstract: Small app to play the well-known game hanbman.

Full Description: Pretty self-explanatory game: you press a letter, if it is in the word - it is added to it, if not - a picture of a hangman gets extended by one line.

After creating all different sorts of plots in Shiny for over a year using production data, I was curious to implement some interactivity, something fun without data at all. In fact the challenge for me here was that data were generated during the game, not imported at the beginning, and were later stored internally.

The choice fell on this game, as we are playing it a lot with my daughter. And now she can play it with my app.


Category: Other
Keywords: Game
Shiny app: https://smirnovayu.shinyapps.io/hangman_en/
Repo: GitHub - smirnovayu/Hangman
RStudio Cloud: Posit Cloud

Thumbnail:
image

Full image:
image

7 Likes

Oh, that's awesome! I liked it. :slight_smile:

Maybe you can add a difficulty scale so players can change the number of letters.

What's the word, it's killing me :sweat_smile:

Good idea, thought about it too.
Another idea was to have a switch for the languages (I implemented the Russian version for my daughter). But decided to keep it simple.

1 Like

Very fun, and now I'm at risk of not getting any work done today.

Longer words can wrap onto a second line. But after encountering it once and understanding it's not a two-word answer, it doesn't throw me off too much.

This topic was automatically closed after 60 days. New replies are no longer allowed.