Skip to content

๐Ÿ• 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

License

Notifications You must be signed in to change notification settings

simlf/The-Plazza

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

make
./plazza <cookingTime> <cooksNumber> <refillTime>
  • When the program is running, you can order pizza(s) with specific commands, look below for help

ORDERING

  • 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.

I made this Epitech project with 1 teammate:

About

๐Ÿ• 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • Makefile 2.2%