https://github.com/zixu-w/othello
Othello (Reversi) Game
https://github.com/zixu-w/othello
cpp cpp11 cpp14 othello reversi
Last synced: 3 months ago
JSON representation
Othello (Reversi) Game
- Host: GitHub
- URL: https://github.com/zixu-w/othello
- Owner: zixu-w
- Created: 2017-12-06T15:14:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T06:15:32.000Z (over 7 years ago)
- Last Synced: 2025-02-02T02:27:16.682Z (4 months ago)
- Topics: cpp, cpp11, cpp14, othello, reversi
- Language: C++
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Othello
Othello (Reversi) Game with AI Player[](https://travis-ci.org/LaytonW/Othello)
### Build
Run `make all` to build object files of this project in release mode with full optimizations.Run `make othello` to build the executable CLI game program. Run `make run` to execute the program.
Run `make debug` to build the objects and the executable in debug mode.
### Test
Tests are in the `test` directory. They can be built with `make test` and executed with `make test_run`.