/mahjong_cpp

The C plus plus version of the mahjong game. Mahjong is a Chinese game. This is also the base code of the exercise of my unit testing training.

Primary LanguageC++

mahjong_cpp

The C plus plus version of the mahjong game. Mahjong is a Chinese game. This is also the base code of the exercise of my unit testing training. #How to build

make dependency
make

#How to run

make product

and then it will start a http service on port 8888. Visit http://localhost:8888 to play the game.