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

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.

Awesome Lists containing this project

README

          

# Othello
![Game Setup](/docs/othello-start.png)
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.
![Gameplay](/docs/othello-show-plays.png)