The hands in each iteration are evaluated using the Deuces hand evaluation library to compare the hand strength of the virtual players in the simulation. The bot's strategy is to use the Bill Chen formula to calculate the strength of the hole cards, then upon the board cards being dealt, it uses an iterative Monte Carlo simulation to simulate 3000 matches per round. This project contains 2 poker bots and a command line interface to play against the bot. The MIT poker bots server is responsible for dealing the cards and evaluating the winner.