Project 1118

by Larry X

Description

In my project, I created a program based on the commonly known game TIC-TAC-TOE. This program is intended to be played by two players and its objective is to get three marks in a row (horizontal, vertical, or diagonal). In the code, I used concepts such as conditionals, loops, lists, and booleans. It was a very good experience!