Hello, I am learning SDL and I am planing to make my first game. I am planing on making a Tic Tac Toe game. I made it on the command line once by myself. But when I tried to make it with graphics I realizied that its much harder. Because when you start building things wrong it gets too complicated too quick.
How should I start building? What should I do first? Should I create a GameManager class? Should I create a class for the X and another class for the O? Or do I make them in one class?
I am just asking for some guidence on how to approach this.