Mancala game. The computer player was written to act as a player capable of making gameplay decisions. This was written to participate in an AI Mancala tournament.
Clone a copy on your current machine.
you must have java installed
compile with :
javac Mancala.java
javac computerPlayer.java
start game with :
java Mancala
Jie Shen Ong : computerPlayer.java
