297927e9cad7248c0a2f35b169388a7c90ff7505none
CLAUDE.mdTool: claude-code# PlayStrategy Lila
Fork of [Lichess](https://lichess.org) (forked ~May 2021, significantly diverged). Multi-game 2-player strategy platform (Chess, Draughts, Go, Backgammon, and more). Production: https://playstrategy.org.
## Architecture
- **Backend**: Scala (Play framework)
- **Frontend**: TypeScript + SCSS
- **Database**: MongoDB via Reactivemongo (`$doc`, `$inc` syntax)
## Build & Run
- **Backend**: `./lila run` (sbt + Play)
- **Frontend**: `ui/.build/run` (custom tool — NOT webpack/vite)
- **Tenone