This repository contains a simple command line implementation of the Othello (Reversi) board game.
Run the game with Python 3:
python othello.pyThe board will display available moves for the active player. Enter moves as row col coordinates using numbers from 0-7.