https://github.com/zenith08/othello
A Processing based implementation of the strategic board game "Othello" featuring simple AIs and move visualization.
https://github.com/zenith08/othello
game othello pieces processing
Last synced: over 1 year ago
JSON representation
A Processing based implementation of the strategic board game "Othello" featuring simple AIs and move visualization.
- Host: GitHub
- URL: https://github.com/zenith08/othello
- Owner: Zenith08
- Created: 2019-05-23T19:10:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T22:01:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T08:30:22.779Z (over 1 year ago)
- Topics: game, othello, pieces, processing
- Language: Processing
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Othello

This game has been called many different names, but the one I grew up with was *Othello*. The game revolves around trapping your opponent's pieces between two of your own to claim those pieces.
This rendition of the game uses the Processing library for Java and features
- Score display
- Allowed moves
- AI for both black and white
This means the game can be changed to play however you like, with a friend, or individually.
