Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 575 Bytes

File metadata and controls

18 lines (10 loc) · 575 Bytes

UnityPrologLab3

Source code of the third laboratory session on UnityProlog

Task

Implement the knowledge base of the CustomerBot, CashierBot and SlaveBot agents, such as:

  1. Customers have the desire of buying a book of a specific genre.

  2. Cashiers have to greet the customers and tell the slaves what to do.

  3. Slaves get the orders from the cashiers and bring the correct book to them.

The core implementation is courtesy of Nicola Poli and Università degli Studi di Bologna

The original work is available @ https://github.com/conner985/UnityLogic