If you like playing board and card games with your friends, YuScore is just the app for you.
You will not need to have pen and pencil all the time to keep the Running and the Total scores.
YuScore can keep track of all Running scores of 1 to 10 players and also displays the Total scores too.
It can even display which player(s) have the Minimum and Maximum Total scores.
The app is perfectly suitable to keep Scores in Uno, Uno-Flip, Scrabble, Sushi-Go, Phase 10, Skip-Bo, Game Factory Gold, Game Factory Kombio, Qwirkle, Dominoes, Cribbage, Azul and many, many more of your favorite board and card games.
Option 1: Hosted locally (Easiest setup)
- Download all provided files.
- Download and install the shinyShortcut package and follow the instructions.
- Run the shinyShortcut command. You will get a standalone .VBS executable file which can be executed without R or RStudio being open.
- Read the provided in-app user manual at least once :)
Option 2: Hosted online, e.g. shinyapps.io
- Download all files and create an account in shinyapps.io and follow their instructions furter.
- Here you will need a persistent data storage solution. One possibilty is to host your score in Dropbox with the help of the rdrop2 package. You can create access keys (tokens) which can allow your Shiny app to read and write files from and to your Dropbox folder.
- You will need to modify the code a bit. You will need the special functions for reading the score file from Dropbox drop_read_csv by providing the score filename and Dropbox access token. Once you have done changes to the score, you create file in the virtual environment with write.csv function and you upload it to Dropbox with drop_upload by providing name and Dropbox token.
- YuScore can help you keep track of your points in most (board/card) games for 1-10 people.
- Create New Game record and Confirm it.
- Provide all the names of your friends.
- Save the Running score for every round for every player by pressing Save.
- If you made a mistake there is the Undo button, which needs to be Confirmed.
- Total score for the game is automatically calculated.
- In most games, player with Maximum (sometimes Minimum) points is winner. Player(s) with Max or Min points are shown by pressing on the Player Max/Min points buttons.
- To Dean Attali for the packages shinyjs and shinyalert which we have used here. But Mr. Attali is doing so much more and creating amazing tools for us to use in Shiny. Feel free to check him out.
- To Dr. Obianom, the creator of shinyStorePlus for the incredibly useful tool for persistent data storage inside Shiny.