Skip to content

JoakimMisund/Poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker

Simple poker server that allows users to play against up to 7 computer players. The user do not have to install a client to make us of the server. I have followed the poker scene for a couple of years, and I love the game. I was on the lookout for a small project and wanted to learn some more c++, so I thought this would be a good project.

When I write this, there is 1 year since I stopped working on the project. Looking back, I should have planned more. The code is messy, and there are many bugs.

Running

clone

Server:
cd Poker
make
./bin/runner 5000

client:
nc localhost 5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published