A domestic robot that retrieves beers from the fridge and delivers them to the owner on a 2D map. Additionally, it cleans the room as the owner randomly throws away the beer cans after drinking them. The robot autonomously places orders at supermarkets to purchase the cheapest beer available. Supermarkets stock their inventory via an auction system
Supermarkets can now ally with each other to participate at equal parts in an auction. They ally by doind a three-way handshake with a randomly selected agent each time.
Notice:
Given the complexity needed for the algorithm implemented, it may contain unexpected bugs. Please review.
Closes #22.
Changelog:
Notice: