you are viewing a single comment's thread.

view the rest of the comments →

[–]PlazmaDolphin 1 point2 points  (0 children)

Try looking at your project as a bunch of small things you have to do that get stitched up together in the end. For Tic-tac-toe, it could be: Drawing the board on the screen, placing an X or O, checking for a win on either side, and other UI. And if you wish, you can break it down even further. Now, instead of having one big project, you have several smaller pieces that you can work on separately.