https://github.com/qubist/scrabblebag
Correspondence scrabble with two physical boards
https://github.com/qubist/scrabblebag
scrabble
Last synced: 8 months ago
JSON representation
Correspondence scrabble with two physical boards
- Host: GitHub
- URL: https://github.com/qubist/scrabblebag
- Owner: qubist
- Created: 2020-07-28T17:53:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T17:18:35.000Z (over 3 years ago)
- Last Synced: 2025-02-24T04:44:02.837Z (8 months ago)
- Topics: scrabble
- Language: JavaScript
- Homepage: http://scrabblebag.org
- Size: 1.14 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrabblebag
## Background
I wanted to play multiplayer Scrabble with someone remotely over video-call, but using a physical board. Unfortunately, when trying this, all sorts of issues occurred with the tile-bag and hands getting out of sync. This site simulates the hands and tile-bag of a Scrabble game so you can play with others remotely.Use the site to keep track of your hand and draws while keeping the bag synced and hidden. Keep track of all players' plays on the board by fishing out the needed letters from your physical tile-bag.
## Dependencies
[node.js](https://nodejs.org/en/)
* [ws](https://www.npmjs.com/package/ws)
* [node-persist](https://www.npmjs.com/package/node-persist)## Usage
To start the server:
```
sudo node server.js
```