Skip to content

SergeyKaAndroid/Reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

A simple game of Othello aka Reversi

Compile:

g++ game.cpp -o game

Run to play human vs human:

./game

Run to play human for X vs AI for O:

AI=O ./game

Run to play AI for X vs human for O:

AI=X ./game

And yes, you can make it play with itself:

AI=XO ./game

Also, define DEBUG environment variable to see some stats

About

Reversi / Othello game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages