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