Skip to content

A simple version of the classic game reversi using pygame and python.

License

Notifications You must be signed in to change notification settings

waheeduk/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reversi

A simple version of the game reversi, programmed in Python.

Dependencies

The game uses the popular pygame module. Pygame can be installed from your terminal or command window if you've got the pip python package manager installed. Just type pip3 install pygame

More information about pygame can be found at the pygame website, and at their github repository.

The game uses a simple script to handle player input, detect which pieces have been captured, and also features a very simple logic to determine which piece the AI should capture to defeat the player.

The player plays as black.

A GIF demonstrating a match against the AI (player is black)

screen-gif

Licence

The code is licenced under the MIT Licence.

About

A simple version of the classic game reversi using pygame and python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages