Card Games, such as Blackjack and Texas Hold 'em.
Includes the following:
- Card Class
- Hand Class
- Deck Class Each of the above classes has appropriate methods (for example, deck includes a shuffle() method).
Work in Progress for Implementing a betting/currency system
Just updated to include most functionality as functions. To-Dos:
- Implement Betting
- Multiple player support
Game flow is completed. To-Dos:
- Determine Game Score/Winner/etc.
- Implement Betting
- Multiple player support