Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 847 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 847 Bytes

CCBridge Arena

Cross-platform Chinese chess xiangqi GUI inspired by CCBridge and Arena

How to install + features demonstration

IMAGE ALT TEXT HERE

Features

  • View/Edit games in famous UBB format
  • Play with engine
  • Play Engine vs Engine game

Bonuses

Run desktop app

# 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