- Install CMake & MinGW
- Setup environment variable for MinGW
- Go to Poker directory
- Run cmake -G "MinGW Makefiles"
- Run mingw32-make.exe
- Done
- Install CMake
- Go to Poker directory
- Run cmake -G "Unix Makefiles"
- Run make
- Done
The design is being established, as it will be transitioning from CLI based, to a full GUI based game using SDL2.
Game sprites have been found for the base of the game.
Kenney's Public Domain Board Game Graphics