Source Code
https://github.com/hekoh99/OthelloProject
Othello Game Project

Overview
This project is a C++ implementation of the classic board game Othello. It supports both two-player mode and playing against the computer. The game is fully visualized, allowing players to interact with an actual game board, enhancing the overall experience and making it more engaging.
Features
- Two-player mode: Play Othello with a friend on a visualized game board.
- Computer AI: Play against a computer opponent, with strategic moves implemented.
- Visual game board: A graphical interface allows players to see and interact with the Othello board in real-time.
- Rule enforcement: The game automatically enforces Othello rules, ensuring all moves are valid.
- Move tracking: The game tracks player moves and updates the board accordingly.
Technologies Used
- Language: C++
- Algorithms: Game logic, move validation, score calculation, and player turn management.
How to Play