Skip to content

Simple first-person 3D game about working at a coffee shop, made using Godot 4.

License

Notifications You must be signed in to change notification settings

JustKesha/coffee-shop-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffee Shop Game

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

Gameplay

silly screenshot

🌶️ Latest changes

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

🧊 Ingredients

Currently there are two ingidients in the game:

  • Milk
  • And coffee mixture

Some of them, like milk are interactable: You can start pouring it while you hold it.

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:

  1. 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 working at a coffee shop, made using Godot 4.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published