/Othello

Othello alpha beta pruning implementation

Primary LanguageJava

Othello alpha beta pruning

This adversal ai plays othello using the alpha beta pruning algorithm against another ai with a naive implementation

Running

To run, run the following command

  cd test_code
  ./othellostart ./othello_naive ../othello.sh [seconds]

License

MIT