A C++ implementation of Chinese traditional mahjong game.
- Clone the project
git clone https://github.com/Davidlee0314/ProgrammingDesign--majanGame.git
- Install SDL2 and SDL_image package
- SDL2 soure: https://www.libsdl.org/
- SDL_image source: https://www.libsdl.org/projects/SDL_image/
- Adjust CMakeLists.txt for importing the packages
- This version of CMakeLists.txt is for Homebrew installed SDL2 and SDL_image
- If there's problem with installing packages, feel free to play with the executable file.