Skip to content

Add a Reversi example

James M De Broeck requested to merge examples-reversi into master

Add a new example: the game of Reversi!

Currently it is:

  • single-player only
  • no AI (yet)
  • Once a game ends, you have to restart the program or use the reset command in the console

Other than that, it is a functional Reversi game.

Edited by James M De Broeck

Merge request reports