A React component library for building chess boards with support for multiple game variants.
Early development — currently being built and tested. Documentation will come later.
- Reusable UI component structure
- Implement classic chess game logic
- Clean architecture
- Handle board rotation
- Handle piece promotion
- Setup service layer to support all variants
- Write tests for game logic (once service layer is stable)
- Migrate state management to Zustand for optimization
- Handle server communication
- Create more board presets
- Create more piece themes
