Project information
- Category: Software & Game Application
- Program Language: C++
- Project date: May 14, 2020
- Project URL: Link
TicTacToe
The "TicTacToe" project, also known as "Tris" in Italian, was the second command line game I developed. It simulates the gameplay of the classic Tic Tac Toe game, providing an interactive and enjoyable experience.
The game features different modes, including a 1-player versus bot mode where players can challenge a highly intelligent AI (Artificial Intelligence) programmed by me. This mode offers an engaging and stimulating experience, allowing players to test their strategic skills. The gameplay is simple. Players take turns placing their symbols (usually "X" and "O") on a 3x3 grid. The objective is to create a sequence of three identical symbols horizontally, vertically, or diagonally before the opponent does.
The "TicTacToe" project is a work in progress and will be continuously updated. I am open to feedback, suggestions, and new ideas to enhance the game and make it more engaging.