React app to record the score of a game with rounds and players.
We play Farkle with friends over video chat. One person keeps score by hand and it is pretty tedious. It's also difficult for players on video to keep up with the current score since they can't see the scoresheet.
This app allows clients to connect to the same game (via game ID) and receive live updates of the score as the game progresses.
# select the correct node version
nvm use
# install deps
npm install
# start the dev server
npm run dev
The realtime aspect is handled by instantdb.