This is a comprehensive Game Arcade application featuring multiple variations of Tic-Tac-Toe and similar board games. The project provides a menu-driven interface allowing users to choose from several engaging game modes. Games Included
A unique twist on the classic Tic-Tac-Toe game Played on a pyramid-shaped board
Classic connect-four style game Players aim to align four of their pieces
Expanded version of Tic-Tac-Toe Played on a larger 5x5 grid
Tic-Tac-Toe variant using words instead of X's and O's Adds a linguistic challenge to the traditional game
Tic-Tac-Toe played with numbers Requires strategic numerical placement
Unique variation where the goal is to avoid making a line Opposite winning condition of traditional Tic-Tac-Toe
Tic-Tac-Toe played on a 4x4 grid More complex than the traditional 3x3 version
Meta-level Tic-Tac-Toe game Played across multiple interconnected boards
Tic-Tac-Toe played on a 3x3 grid The goal is to form the sequence S-U-S by placing letters (S and U) in the grid
Run the program Choose a game from the menu (1-9) Follow the in-game instructions Select option 10 to exit the program
Include all header files mentioned in the main.cpp
Compile all source and header files together. Ensure all game-specific header files are in the same directory.