Skip to content

sfisherjr/Poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published