Introduction - If you have any usage issues, please Google them yourself
This a simple VB console based TicTacToe program. I do have parts of the code commented out that are the building blocks of a minimax based ai computer player. I have yet to get the AI working but I wanted to be able to view some of the code on here to get some idea so I am uploading what I have done thus far. In an effort to prove to my professor that I did this myself and didn t copy the concept the internet, I chose a fairly complicated procedure for the tic tac toe game. I have only been programming for 1 month so please forgive the poor quality programming.