Skip to content

BenJneB/Avalam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the code that was used to play the avalam game in the context of the INGI2261 course.

To play the game, you can type the following command in a terminal:

python3 game.py [options] AGENT1 AGENT2

where AGENT1 and AGENT2 are either the paths to implementation of agents or the keyword "human" if the player is a human.

To get a full description of the program, enter the following command in a terminal:

python3 game.py --verbose