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

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

Awesome Lists containing this project

README

        

# Othello
Othello (Reversi) Game with AI Player

[![Build Status](https://travis-ci.org/LaytonW/Othello.svg?branch=master)](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`.