Tasked to create an AI for the game Ticket to Ride
The AI code can be found in the path /tickettoride/src/ttr/main/model/player and is the MyPlayer.java file. This AI utilizes a Markov Chain approach with multiple actions the AI can take depending on the state it is in.