Tap to open PDF Sorry, it appears you don't have a PDF plugin installed. Click here to download AI_Player.pdf AI Player.cs Defines the functionality of the AI_Player Class, specifically using the minimax algorithm to determine where to make its next move.
Tap to open PDF Sorry, it appears you don't have a PDF plugin installed. Click here to download MainWindow.pdf Window.xaml.cs Defines the GUI of the gameboard, how stats are kept, and game controls for the player.
Tap to open PDF Sorry, it appears you don't have a PDF plugin installed. Click here to download Game.pdf Game.cs Defines the functionality of the Connect 3.1 game, specifically who's turn it is, where they can play, and how a winner is determined.