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: 9 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T19:32:06.000Z (over 1 year ago)
- Last Synced: 2025-03-11T23:33:22.901Z (over 1 year ago)
- Topics: othello, othello-ai
- Language: C++
- Homepage:
- Size: 295 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 -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