An open API service indexing awesome lists of open source software.

https://github.com/syz-jessica/othello

Variant Othello Game
https://github.com/syz-jessica/othello

oops-in-java

Last synced: 8 months ago
JSON representation

Variant Othello Game

Awesome Lists containing this project

README

          

# Variant Othello Game
In this variant version, some positions on the board will be unplayable(2 center squares along the bottom row). There are 5 different starting positions that Player can choose at the beginning of the game.

# Features
* 2 players
* Funtions: save, load game, choose starting position, make a move, concede and forfeit(switch player)
* Displays winner by determining whether there are empty spaces and whether the player can make a move
* Save as a text file, with first, second and current player names on the first three lines, then all the characters in the board state on the last line