⚠️ Work in progress
This project is under active development and not yet ready for production use. Expect breaking changes and missing features while the core gameplay is being built.
A lightweight web app for hosting Hand & Brain chess games with friends. Built with Vite + React + TypeScript and styled using Tailwind CSS, it lets players spin up a room, share a 4-letter code, and jump straight into the game.
- Teams of two – one Hand, one Brain.
- On each turn the Brain names any piece type (e.g. “Knight”).
- The Hand must move one piece of that type (no hints allowed).
- Standard chess rules apply; first team to deliver checkmate wins.
- Exactly 4 players needed.
Tool | Version |
---|---|
Node.js | ≥ 18 |
pnpm (or npm / yarn) | Latest |
# Install dependencies for the entire workspace
pnpm install
# Start the Vite dev server for the client
pnpm dev:client
# Start the backend server
pnpm dev:server
# Build both client and server for production
pnpm build
Distributed under the MIT License. See LICENSE
for details.