Connect 3.1 C# Code Samples
Created using Visual Studios.
-
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.
-
AI Player.cs
Defines the functionality of the AI_Player Class, specifically using the minimax algorithm to determine where to make its next move.
-
Window.xaml.cs
Defines the GUI of the gameboard, how stats are kept, and game controls for the player.
-
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.
-
AI Player.cs
Defines the functionality of the AI_Player Class, specifically using the minimax algorithm to determine where to make its next move.


