/Reversi

Reversi, a strategy board game.

Primary LanguagePython

Reversi

Introduction

Reversi is a strategy board game for two players, played on an 8×8 uncheckered board.

The goal of Reversi is to fill the board with as many pieces of your color as possible.

Just play a hand to know specific rules.

Quick Start

Enter the following to install the necessary packages and run the Reversi game.

pip install -r requirements.txt
python Reversi.py

Expectation

Create a GUI for the game.

Increase the fault-tolerance of the program.