My Open Source Othello/Reversi Game in Python

in #programming8 years ago

For my university project (which I scored 100% in) I developed an Othello game in Python and all the code is available here if anyone wants to look at my code to learn how it was made. It includes animations and an intelligent AI player.

https://github.com/sacredbanana/Othello

Othello.PNG

Sort:  

Thank you for sharing!

Im an othello player and wanted to test the strength of the AI player. If i download it from github, will I be able to play it?