Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 248 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 248 Bytes

Playing Reversi with Python, using MinMax with Alpha-Beta

Running: download all files and run "reversi.py" using command line or any python IDE.
Doesn't contain GUI - playing happens in console.

Coded for WSI course in Summer '21 semester.