This project implements an Othello game in Java, featuring both server and client programs. The server can host multiple games simultaneously, allowing different clients to connect and compete. The game notifies players of the winner upon completion.
- Multiplayer Support: Multiple clients can connect and play games with the server simultaneously.
- User Interface: A user-friendly console interface displays the current game state, making it easy for players to understand their moves and the board status.
- Game Logic: Implements the standard rules of Othello, ensuring fair gameplay.
- Winner Announcement: At the end of each game, the server announces the winner and terminates the connection.
To run this project, you need to have Java installed on your machine. Follow these steps to set up the game:
- Clone the repository:
git clone https://github.com/yourusername/othello-game.git cd othello-game