Implementation of various poker game variants with simplified betting rules, made in Visual Studio
Betting has been simplified so that each new player starts with 20 chips and can only bet 1-2 chips each round. All-in play is not implemented. The following poker variants are implemented: FiveCardDraw SevenCardStud and TexasHoldEm. The main function takes the game type as the first argument, followed by the names of at least two players. Players can leave or return after each round. Chip information for each player is stored in text files.
This was written in Visual Studio, so "stdafx.h" is included in all source files.