Skip to content

A Java project that simulates how a pancake shop serves customers. It models supply, demand, and different serving strategies under constraints. Built with Maven and modular packages for easy extension.

Notifications You must be signed in to change notification settings

IsamaDes/PancakeShopSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥞 PancakeShopSimulation

PancakeShopSimulation is a Java simulation that models how a pancake shop serves customers under resource constraints.
It explores questions like:

  • How many pancakes are wasted if demand is low?
  • What happens when demand exceeds supply?
  • Can different serving strategies reduce waste or improve fairness?

This project is structured with Maven and organized into modular packages (model, service, strategy, ui) so it can grow into a full-featured application (e.g., with JavaFX or REST API support).

About

A Java project that simulates how a pancake shop serves customers. It models supply, demand, and different serving strategies under constraints. Built with Maven and modular packages for easy extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages