Visual studio 2005, C# develops the online version of Chinese chess, which has artificial intelligence and can participate in Internet competitions using manual chess, computer consultant, computer chess and other modes. Use ClickOnce to publish it to your website, and choose to run it only online, so players can only play games on your website.
There are three projects:
Game is the main project;
CCessThinker is an artificial intelligence DLL class library written in C++;
Thinker is a DLL written in C#, which simply encapsulates CChessThinker. The purpose is to allow some friends to directly replace the DLL with C# to develop artificial intelligence.
Thinker.dll improves the intelligence of the program. If an artificial intelligence class library developed in C++ and other languages can directly replace CChessThinker.dll
This source code can be freely disseminated, modified at will, and advertisements can be added freely.
Expand