Tic Tac Toe Code In Place

by Matt E

Description

For my final project I decided to create a Tic Tac Toe game. In the game players take turns selecting a spot on the grid to place their X or O. The program will check after each turn to see if a winning line has been created and if one has it will display the player that won and present a button to allow the user to quit the game. If no line was found after 9 turns it will display that there was no winner and display a button for the user to quit the game.