Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 343 Bytes

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