Skip to content

Chinese chess (Xiangqi) game that we can play 1 vs 1 or against simple AI. [English version]

Notifications You must be signed in to change notification settings

phatdatnguyen/ChineseChess

Repository files navigation

Chinese Chess

Author: Dat Nguyen

Introduction

Chinese Chess (or Xiangqi) is a strategy board game for two players. The game represents a battle between two armies, with the objective of capturing the enemy's general.

Main window

In this program, we can play 1 vs. 1 or against AI. The AI is based on minimax algorithm with alpha-beta pruning.

For more information, please visit the links below.

Links