GitHub Address: Https://github.com/daleyzou/wobuku
这是自己大一学完c++后,在课程实践中写过的一个程序,实现象棋人机对战的算法还是有点难的,自己当时差不多也是写了两个月左右吧!当时看书又有很多问题得不到解决,所以就在网上找了一个视频跟着写。当然,这其中有很多功能都是自己扩展的。
I share the video, I hope to be able to help the novice!
Video address: Link: https://pan.baidu.com/s/1pIp6UMJ6LXsuJ3GT80NGfw Password: 9k8y
Note: If you have readers follow the video to write this chess man-machine battle program, please be sure to understand the principles,
It would be better to have a related book handy for any perfect.
Program Function Division:
- User management function, administrator (user name: admin Password: admin)
- Normal User Login Registration function
- Chess for ordinary users and robots
Let's get some programs up here!
Login interface: (admin admin Access User management interface, ordinary users into the Chess game interface)
Registration interface:
Enter the game interface:
Game interface:
Administrator principle user interface:
My QT Creator version:
Realization of Chinese Chess man-machine battle based on Qt Creator, C + +