Simple Bingo Game in R Shiny
This is a simple bingo game built using R Shiny. It can generate a random bingo card.
Getting Started
- Clone the repository.
- Install the required packages using
install.packages("shiny").
- Run the app using
runApp("bingo.R").