Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 609 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 609 Bytes

Xiang Qi

Xiang Qi (Chinese Chess) is one of the most popular strategy board game in China. This project is built on ReactJS framework, SVG graphics and uses Javascript for computing the AI algorithm. The AI uses Alpha Beta Pruning to compute the most advantageous move as the black player, computation is done in the browser.

For a preview: https://xiangqi-19724.herokuapp.com/

The application is assembled in Webpack

npm run start