Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/victorharri-chal/the-plazza
- Owner: VictorHarri-Chal
- License: mit
- Created: 2022-07-06T16:48:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T17:20:00.000Z (over 2 years ago)
- Last Synced: 2024-10-31T22:13:15.818Z (about 2 months ago)
- Topics: c, epitech, ipc, multi-processing, multi-threading, pizza, second-year-project, simulation
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.