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
- Host: GitHub
- URL: https://github.com/syz-jessica/othello
- Owner: SYZ-Jessica
- Created: 2023-03-19T20:07:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T22:38:10.000Z (about 3 years ago)
- Last Synced: 2024-12-28T04:16:52.769Z (over 1 year ago)
- Topics: oops-in-java
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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