Skip to content

ivorynoise/Othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Othello : A strategic board game

In this game, player aim to make such an arrangement that other player can't move. The player who can't move wins the game.

To know about the rules, read this wiki page.

How to run [Character Based]

  1. Open the terminal into the source directory othello-game

  2. Run javac othello/Othello.java

  3. Run java othello.Othello

How to run [Graphic Based]

  1. Open the terminal into the source directory othello-game

  2. Run javac othello/UIClass.java

  3. Run java othello.UIClass

Screenshots

Character based interface

Graphic based interface

Author

Deepak Aggarwal

Created as a college project in June 2015.

About

A strategic board game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages