Skip to content

alexander-jackson/cerutti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cerutti

Cerutti is a client-server model for hosting auctions for the CS404 Agent Based Systems coursework between students, without the need to share code.

Getting Started

The server-side is currently hosted (sometimes) at abs.blackboards.pl and waits to accept connections. To begin as a client, simply clone the repository, install the requirements using pip3 install -r requirements.txt and copy your code into cerutti/player.py.

You can then run python3 -m cerutti client to connect to the server, which should inform you of the number of bots currently waiting for the auction.