Skip to content
/ xiangqi Public
forked from congwenma/xiangqi

A javascript implementation of Xiang Qi with AI

Notifications You must be signed in to change notification settings

duccyf/xiangqi

 
 

Repository files navigation

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

About

A javascript implementation of Xiang Qi with AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.8%
  • CSS 15.6%
  • HTML 1.6%