Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 315 Bytes

File metadata and controls

13 lines (8 loc) · 315 Bytes

Othello CLI Game

This repository contains a simple command line implementation of the Othello (Reversi) board game.

Playing

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.