You hear it all the time you learn to code by working on projects.
I wanna ask a professional to give me more insight on how you start.
Let's make something small like a tic tac toe game. How would you approach this?

- Open vs
- Make a new project
- Make classes? drawUI for example, gameflow
- Think about what methods to make.

If you would cut tic tac toe into problems which problems...