Skip to content

zxy9527/chinessChess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChinessChess


Introduction:


English | 简体中文

GitHub code size in bytes

GitHub Workflow Status GitHub All Releases GitHub stars GitHub forks

The Chinese chess online battle platform (including communication function) developed based on Qt5 realizes the function of chess game in a single or networked state, no matter whether it is single or multiple players, regardless of whether the system is the same.


characteristic:

The main functional modules of the project are divided into:

① Players play against themselves

② Play against the computer AI

③ Multiplayer network battle (can cross different systems)

④ Battle timing

⑤ About the work information


Run the demo:

Video presentation: ChinessChess QT-based cross-platform online chess game demonstration


Win10 running example:


Linux running example:


MacOS running example:


Examples of cross-platform battles: MacOS 10.14 vs Win10


About the program: 


Development tutorial:


In addition, the source code summary is accompanied by detailed code comments for easy understanding.


Build:

  1. Install Qt (Qt >= 5.9.0)

  2. Run the command::

    $ git clone https://github.com/xmuli/chinessChess.git
    $ cd chinessChess
    $ qmake
    $ make
    $ ./ChineseChess

Or you can skip the second step and use Qt Creator to compile and run.


Contributor:

Thanks for the contributions submitted by the friends 🥳🥳:



Bruce-Ch

BlueArvin

If it helped you, can click on the project’s Star and Fork’s two icons are convenient for raising your hands. It’s quite a thumbs-up. There is a fragrance in your hand.


Author:

偕臧 (xmuli): xmuli.tech


License:

This project is distributed and used based on the GNU General Public License v3.0 protocol. For more information, please refer to Agreement File.

About

Cross-platform and online battle platform game based on Qt: Chinese Chess

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.0%
  • QMake 2.0%