C++ Logo

Overview

June 2024 - July 2024

The Tic Tac Toe Game is a console-based C++ application that allows players to compete against a friend or a computer AI. It features a structured game loop, and game mechanics that ensure fair play.

Features

  • Single-player mode with an AI opponent
  • Two-player mode for playing against another person
  • Turn-based game logic with real-time input validation
  • Winning condition checks

Technologies Used

Programming Language: C++

AI: Simple Minimax for decision-making

Repository

GitHub Repository