We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa4086 commit dc4e333Copy full SHA for dc4e333
README.md
@@ -0,0 +1,9 @@
1
+# Simple Bingo Game in R Shiny
2
+
3
+This is a simple bingo game built using R Shiny. It can generate a random bingo card.
4
5
+### Getting Started
6
7
+1. Clone the repository.
8
+2. Install the required packages using `install.packages("shiny")`.
9
+3. Run the app using `runApp("bingo.R")`.
0 commit comments