Play Your Cards Right (Uni Work)
This is a project I did at University in my first year, creating a card game based off the old TV show Play Your Cards Right. The game is written entirely in C++. Some of the classes (Card, Deck, Gameboard, Pile, Graphable and Hand) are not my own and were given to us by the lecturers, however some of these do have tweaks as I modified them to add the Betting and Button systems. The game .exe, VS2010 project and source code can be downloaded from the Dropbox link above. The sounds used are from a free online source, and the game uses the SFML library.
View Website