# Crossword Module

TIP

This module is experimental and is subject to change.

A synchronized crossword puzzle that can be shared by multiple players simultaneously.

# Usage

# Load this module in the browser

// Add this in `client-graph.js`
await Breadboard.loadModules('crossword')

# Create a shared crossword

TODO