tomkimsour / Othello

Othello alpha beta pruning implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Othello alpha beta pruning implementation


Languages

Language:Java 69.7%Language:Go 23.5%Language:Shell 6.8%