Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/folkertvanheusden/nothello

The game of Othello, for the Linux/UNIX terminal/console
https://github.com/folkertvanheusden/nothello

othello othello-ai

Last synced: about 2 months ago
JSON representation

The game of Othello, for the Linux/UNIX terminal/console

Awesome Lists containing this project

README

        

See https://en.wikipedia.org/wiki/Reversi#Othello for how to play this game.

To compile it:
* mkdir build
* cd build
* cmake ..
* make -j

The program has a console/terminal mode to talk to humans and can interface to UGI protocol tournament software.

(C) 2023 by Folkert van Heusden