/uno

Play Uno against the computer using C++.

Primary LanguageC++

uno

Build Status

Play Uno against the computer using C++.

Feature Image

Build

  1. Create build directory inside of root folder mkdir build
  2. Change directory into the build director cd build
  3. Run CMake on root directory cmake ..
  4. Compile build using make make
  5. Run build ./uno