TicTacToe

Developed in Java - 2005

This is my first attempt at Java Swing development, my sophomore year in college. This version of TicTacToe has an advanced Computer AI to play against. This AI doesn't just place O's in random places. It actually tries to win and will block all your moves --- unless of course, you are good enough to trick it. The AI will pseudorandomly select places to move when no sure block or win move is present. This results in different turnouts from the last time you made the same start move.

Try and win. It will draw you almost every single time!

Note: Rocky is my tag in a game and I used to use that tag for some of my development projects, so don't be confused about the credits ;)