Tic-Tac-Toe

C# Program


Check it out on Github!

Project Description

Lets two users play Tic-Tac-Toe from within the IDE console.

Project Highlights

This was one of the first projects in which I learned how to validate data types as well as other coding methods such as using do-while loops and proper use of switch-case statements.