Project for the Artificial Intelligence course. A simple game-like setting where an automatic waiter serves dishes to customers in a virtual restaurant.
Go to file
2021-03-29 22:12:48 +02:00
assets moving robot_waiter 2021-03-15 23:37:01 +01:00
.gitignore Basic Grid implemented 2021-03-15 21:49:41 +01:00
.python-version Basic game loop and window 2021-03-15 15:04:55 +01:00
color.py moving robot_waiter 2021-03-15 23:37:01 +01:00
grid_object.py collision added 2021-03-16 00:02:03 +01:00
grid.py collision added 2021-03-16 00:02:03 +01:00
main.py moving robot_waiter 2021-03-15 23:37:01 +01:00
order_pickup_spot.py Basic Grid implemented 2021-03-15 21:49:41 +01:00
order.py Order class 2021-03-29 22:12:48 +02:00
README.md Readme added 2021-03-16 00:15:02 +01:00
robot_waiter.py Readme added 2021-03-16 00:15:02 +01:00
table.py Basic Grid implemented 2021-03-15 21:49:41 +01:00
wall.py collision added 2021-03-16 00:02:03 +01:00

Artificial Waiter - Pygame

A simple project for the Artificial Intelligence course.

Prerequisites

In order to run this application please make sure that Python 3.9 is installed on your system.

You can run the command below to check what version of Python is currently used by your system.

$ python --version

Once the correct version of Python is installed on your system, you'll need to install the pygame library

$ pip install pygame

Running the app

Simply navigate to this repository (cd) and pass the main.py file to your interpreter

$ python main.py