Welcome to the tic-tac-toe game...
Here we go...
In this project, you'll write a program that lets you play a game of tic-tac-toe against a computer opponent.The goal of this project is to get you comfortable with object oriented programming. You've been using oops, but in this project you'll write more of them at one time than you have before.
Before we start, we want to spend just a quick second talking about how I think about oops concepts, because I think it's a useful picture to have in your head. It helped me a lot.