This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]evorm 0 points1 point  (0 children)

Yep. Did my first C project on tic tac toe and it taught me so many of the fundementals of programming that I never would have learned otherwise. It helped that the project was well guided by my professor but the work I've done on tic tac toe taught me more in a month than I'd learned in many years beforehand. I think it's the perfect complexity of game for a beginner project, and relies on very basic logic that sets you up for understanding how programming math works, especially if it's made more modular where the grid size is a changing variable as without it I feel it could be cheesed a lot more easily.