Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/folkertvanheusden/nothello
- Owner: folkertvanheusden
- Created: 2023-11-21T14:57:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-25T19:39:22.000Z (about 1 year ago)
- Last Synced: 2024-05-01T16:44:24.908Z (8 months ago)
- Topics: othello, othello-ai
- Language: C++
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -jThe program has a console/terminal mode to talk to humans and can interface to UGI protocol tournament software.
(C) 2023 by Folkert van Heusden