Posts

Showing posts from March, 2013

UNBEATABLE Tic Tac Toe Game

Image
Click the link to download an unbeatable Tic-Tac-Toe game. It's possible to get a CAT game or lose, but the computer will never lose! You can also play two player if you want to have the possibility of winning. https://dl.dropbox.com/u/2509724/TTT.exe One player will be against the computer, two player will be against a friend (same computer) Player one to choose X or O The Computer Wins! I created the program in high school after completing all of the assignments for the class. It was created with Visual Basic 6 with about 1200 lines of code. The program is fully functional, but certainly not polished. It was created pretty simply, e.g. the computer is not performing strategy, just making the pre-programmed best move, as Tic-Tac-Toe is a pretty simple game if you think about it. I also created a minesweeper game similar to the windows one, but I had a few bugs that I could never iron out. Sadly, I think I left that one on the classroom computer and don