Copyright and ownership of the code for the server and client python files in the auction-algorithm project are held by the original creators of the code. The contributors mentioned down hold ownership and responsibility for the logic and algorithm contained within determinebid function.
def determinebid(itemsinauction:list, winnerarray:list, winneramount:list, numberbidders:int, players:list, mybidderid:str, artists:list, standings:dict, round:int): ...
To run the auction-algorithm, the user should follow the instructions provided:
- run the server.py file in one terminal,
- run the client_bot.py file in another terminal,
- and run the clientzmq.py file in a third terminal.
Members: