A simple Whack-A-Mole game in Shiny. This implementation is based on the original game made by Wes Bos as part of his Javascript 30 challenge. Thanks Wes for all the nice videos and tutorials!
Install this package from GitHub with:
# install.packages("devtools")
devtools::install_github("tomicapretto/whackamole")
The function run_app()
fires up the game. Just do
whackamole::run_app()
and have fun!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.