/Chess-Game-2020

c++五子棋项目(Qt界面)

Primary LanguageC++

Chess-Game-2020

This is the new repo of the original project.

Use Qt Creator 6.3 to open the project, then build and run the code.

Two years ago, I did this academic project for my c++ practice course, but there were too many "unnecessary" parts for the chess game itself, such as login or register module. Although these are redundant for the core contribution of the project, but are helpful to show my workload to get an 'A'.

Therefore, I only retain the core part of the project: the alpha-beta algorithm and the chess board panel painted by Qt.

I have written a blog in Chinese.Here is the game panel: