Cross-platform Chinese chess xiangqi GUI inspired by CCBridge and Arena
- View/Edit games in famous UBB format
- Play with engine
- Play Engine vs Engine game
- 2 engines (Wukong, Chameleon, Fairy Stockfish)
- 33646 master games in UBB format
# Clone this repository
git clone https://github.com/maksimKorzh/ccbridge-js.git
# Go into the repository
cd ccbridge-js
# Install dependencies
npm install
# Run the app
npm start