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.
Enter the following to install the necessary packages and run the Reversi game.
pip install -r requirements.txt
python Reversi.py
Create a GUI for the game.
Increase the fault-tolerance of the program.