Othello is a strategy board game created in 1971 based on Reversi game. This game is an ai-ai battle only (alphabeta or negamax algorithm)
Go to file
2021-02-12 09:38:18 +01:00
Rapport rapport 2021-01-27 13:04:08 +01:00
src/othello added State.toString and getWinner + fixed infinite loop 2021-02-12 09:38:18 +01:00
.gitignore converted board from int to AbstractPlayer 2021-02-12 09:18:03 +01:00
readme.txt readme 2021-01-27 12:03:43 +01:00