Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 609 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 609 Bytes

othello_gui

GUI version of the classic game othello (aka reversi), created with Python using the built-in tkinter module.

Save all files into the same folder, run the ' start_screen.py ' module to start the game.

Details of the rules can be found at: https://en.wikipedia.org/wiki/Reversi

Here is what you will see when you run ' start_screen.py ' :

Game option screen The first screen allows you to choose the options for the game.

Game start screen_1 When you finished selecting the options, game will start.

Game start screen_1 Enjoy the game!