An open API service indexing awesome lists of open source software.

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

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
```