Skip to content

Hibiki33/Reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages