/Othello

Primary LanguagePython

Othello

An implementation of the game Othello utilizing Alpha-Beta Pruning .

othello-demo.mp4

SETUP & INSTALLATION

  1. Clone the repository to your local machine by running the following command on your command-line.
clone 'https://github.com/edenroseFR/Othello'
  1. Install pygame.
pip install pygame

RUNNING THE APP

Make sure that you are in the root directory before running the following:

py run.py