1.Creating a Blackjack game that takes user input and decides if the dealer should draw another card based on the player’s score. 2.Building a poker engine that effectively evaluates a player’s hand and makes a decision based on the strength of their cards. 3.Design an AI that can beat the dealer at a game called 21, where the player and dealer draw cards one by one until a winner is decided based on the cards they have. 4.Creating a Magic the Gathering simulator - where a computer player can decide if it should use a certain card combination using loops and conditionals. 5.Building a game of Texas Holdem where a player can decide which cards to keep and which to discard is based on their position and what cards the other players have, using conditionals and loops.
Loading...