Hex Memory Game
A game in pure Shiny to find all matching hex!
Links:
- RStudio cloud project : Posit Cloud
- Live version : https://dreamrs.shinyapps.io/memory-hex/
- GitHub repo : GitHub - dreamRs/memory-hex: Hex Memory Game in Shiny
Summary
Click on the images to discover the hex hidden behind, the objective is to find the pairs of hex stickers as quickly as possible!
Highlight
This app only uses Shiny built-in functions and modules.
Hex stickers are rendered with renderImage
and click events are managed with click
argument of imageOutput
.