Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

jevvk/ai-coursework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI coursework

Minimax with alpha-beta pruning engine for 7,7 Kalah

How to run

  1. Build the agent using make agent.
  2. Run using python3 build/agent.zip.

Note: Doesn't work with Python 2.7

Playing games

Run java -jar game/ManKalah.jar "AGENT" "AGENT", where AGENT can be:

  1. python3 build/agent.zip
  2. java -jar game/JimmyPlayer.jar
  3. java -jar game/Group2Agent.jar
  4. java -jar game/MKRefAgent.jar

Releases

No releases published

Packages

No packages published