Skip to content

A 2-player game of famous "Reversi" on Java developed for grade 11 ICS3U course culminating task.

Notifications You must be signed in to change notification settings

Scotrus/Othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Othello

Prerequisites

The game is written with Ready To Program compiler and its graphics library, so RTP compiler must be downloaded to play this game. Link: http://compsci.ca/holtsoft/ (Compiler does not run properly with Mac)

About

A 2-player game of famous "Othello" (a.k.a Reversi) in Java developed for grade 11 ICS3U course culminating task.

While allowing the users to play the famous board game "Othello", it blocks all invalid moves that the user can make as well as traking the number of each colours on the board after each turn. The game automatically flips black and white pieces after each piece is placed in each turn. At the end of the game, it announces the winner of the game by the number of colours on the board.

How to play

Open Othello.java file with RTP compiler and press Run button on the top left corner of the window. Further instructions will be provided on the screen.

alt text

About

A 2-player game of famous "Reversi" on Java developed for grade 11 ICS3U course culminating task.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages