https://github.com/erinvanderveen/oooo
the Overpowered non-Organic Othello Opponent
https://github.com/erinvanderveen/oooo
ai c othello
Last synced: 26 days ago
JSON representation
the Overpowered non-Organic Othello Opponent
- Host: GitHub
- URL: https://github.com/erinvanderveen/oooo
- Owner: ErinvanderVeen
- License: lgpl-3.0
- Created: 2019-03-29T12:50:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T07:03:39.000Z (about 7 years ago)
- Last Synced: 2024-12-27T00:41:03.331Z (over 1 year ago)
- Topics: ai, c, othello
- Language: C++
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Building:
```Bash
sudo apt install uthash-dev libpstreams-dev
cd ai
make
```