Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello Game

Description

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.

Features

  • 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.

Installation

To run this project, you need to have Java installed on your machine. Follow these steps to set up the game:

  1. Clone the repository:
    git clone https://github.com/yourusername/othello-game.git
    cd othello-game

About

developing an Othello game with or without a graphical user interface. The program must be developed using Java programming language.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors