Skip to content

A program which plays Mancala game with another agent

Notifications You must be signed in to change notification settings

zhaoyu-z/KalahPlayer

Repository files navigation

A program which plays Mancala game with another agent

for more information of Mancala, please visit wikipedia

How to run

In one terminal, type:

python3 main.py 

(Remember to change depth before running)

go to the project directory in another terminal, type:

java -jar ManKalah.jar "nc localhost 12345" "java -jar Test_Agents/Group2Agent.jar"

where 12345 is the port number of 2 agents for connecting each other.

Make sure you include the .jar suffix.

Available agents

where Group2Agent.jar can be replaced with

error404.jar / JimmyPlayer.jar