sfisherjr / Poker

SDL2 Poker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Poker


Build


Windows

  1. Install CMake & MinGW
  2. Setup environment variable for MinGW
  3. Go to Poker directory
  4. Run cmake -G "MinGW Makefiles"
  5. Run mingw32-make.exe
  6. Done

Linux

  1. Install CMake
  2. Go to Poker directory
  3. Run cmake -G "Unix Makefiles"
  4. Run make
  5. Done

Design


The design is being established, as it will be transitioning from CLI based, to a full GUI based game using SDL2.

Sprites


Game sprites have been found for the base of the game.

Kenney's Public Domain Board Game Graphics

About

SDL2 Poker


Languages

Language:C++ 96.7%Language:CMake 3.3%