ddd-team1
v0.0.32
Published
A Domain-Driven Design chess implementation in TypeScript.
Readme
DDD Chess
A Domain-Driven Design chess implementation in TypeScript.
Prerequisites
- Bun (v1.0+)
Getting Started
bun installPlaying
Start the terminal UI:
bun startEnter moves in algebraic notation, e.g. e4 to move a pawn from e2 to e4.
Running Tests
bun test
bun test --watch