A Japanese Mahjong game implementation with AI!
The target of this project to provide a Mahjong competition envrironment for international level contests. It mainly concetrates on implementating competitions, while also provides solution for high latency international Internet connection issue, avoiding annoying errors caused by network problem.
Except for competition, this project also provide a simple Japanese Mahjong AI that only deal with current term. The AI is implemented at SimpleAI.cpp
.
This project is developed and tested on Microsoft Windows x64 with Visual Studio 2015. To compile and run, a minimum version of Visual Studio 2010 is required.