Skip to content

JustKesha/coffee-shop-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffee Shop Game

Small simulator game I'm developing in Godot, with barinovadn on the models part.

Warning

The project is currently on pause but the work may continue in the near future.
If you're interested in contributing contact me or look for open issues!

Gameplay

silly screenshot

🌶️ Latest changes

  • You can now pour certain ingredients like milk into cups slowly.

🧊 Ingredients

Currently there are two ingidients in the game:

  • Milk
  • And coffee mixture

Note

Support for extra ingredients & more complex recipes was already implemented.

Some of them, like milk are interactable:
RMK - You can start pouring milk down from where you hold it, to add only the amount of milk you need.

You make coffee by combining named ingredients in a cup, to do so just drag & drop or slowly pour the ingredients in it.

☕ Coffee Math

Currently you can make a total of 5 drinks out of these two ingredients:

  1. Espresso (100% coffee, 0% milk)
  2. Espresso Macchiato (75/25)
  3. Flat White (25/75)
  4. Cappuccino (20/80)
  5. Latte (14.3/85.3)

silly screenshot

This customer dummy will analyse your drink, by:

Calculating the average match percentage between the ingredients ratio in the recipe and the ingredients ratio in the cup.

To make sure you get it's order right, or at least close enough!

About

Simple first-person 3D game about making coffee, made using Godot 4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors