tomicapretto / whackamole

Whack-A-Mole game in Shiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whackamole

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!

Installation

Install this package from GitHub with:

# install.packages("devtools")
devtools::install_github("tomicapretto/whackamole")

Run application

The function run_app() fires up the game. Just do

whackamole::run_app()

and have fun!

The game in action

About

Whack-A-Mole game in Shiny

License:Other


Languages

Language:R 70.1%Language:CSS 28.3%Language:JavaScript 1.6%