Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victorharri-chal/the-plazza

🍕 A simulation based on a pizzeria coded in C++ using multi-processing, multi-threading and IPC (inter-process-communication). One of my last project of my 2nd year at Epitech
https://github.com/victorharri-chal/the-plazza

c epitech ipc multi-processing multi-threading pizza second-year-project simulation

Last synced: 3 days ago
JSON representation

🍕 A simulation based on a pizzeria coded in C++ using multi-processing, multi-threading and IPC (inter-process-communication). One of my last project of my 2nd year at Epitech

Awesome Lists containing this project

README

        

# The-Plazza

## A pizzeria simulation in C

The purpose of this project was to simulate how a pizzeria can work with the possibility of taking differents orders simultaneously.
Handling multiple kitchens created gradually, with multiple cooks inside them being available or not.

## Usage

``` zsh
make
./plazza
```

- When the program is running, you can order pizza(s) with specific commands, look below for help

![ORDERING](ordering.PNG)

- There are 4 differents types of pizza : ```regina```, ```margarita```, ```americana``` and ```fantasia```

- You can also use the ``` status ``` command in order to get infos on the current kitchens and ingredients.