Created in C# by Blair Palmerlee
TTT Player is a console based application built as an excercise in simple computer strategy. This runs in the terminal of Windows computers.
In this terminal-based game, the player is prompted to either place their piece first or second. Play then commenses on a Tic Tac Toe board where rows are numbered 1-3 and columns are lettered A-B.
Play ends with a win, lose, or tie.
The computer player choices are made based on a virtual heatmap generated every time a move is made. Based on proximity to taken spaces and if a space would trigger a win or loss, the program adds value to spaces. When the computer takes its turn it selects the highest value space on the board.