An open API service indexing awesome lists of open source software.

https://github.com/bas-boop/coffee-maker

A Unity game project made for the Hyper Unicorn Gamejam: Untitled (Part 4)
https://github.com/bas-boop/coffee-maker

Last synced: about 2 months ago
JSON representation

A Unity game project made for the Hyper Unicorn Gamejam: Untitled (Part 4)

Awesome Lists containing this project

README

        

# HUGJ4-bas
A Unity game project made for the Hyper Unicorn Gamejam: Untitled (Part 4).

You make coffees for the different kind of customers. Combine liquids and decorations to do so.

## Script highlight:
### Mug manager
[Mug data](Assets/Scripts/Framework/Drink/MugData.cs) - Pure C#

[Mug manager](Assets/Scripts/Framework/Drink/MugManager.cs)

[Drink decoration](Assets/Scripts/Framework/Drink/DrinkDecoration.cs)

### NPC
[Npc order](Assets/Scripts/NPC/NpcOrder.cs)

[Npc ordering](Assets/Scripts/NPC/NpcOrdering.cs)

### Scritpable object
[Npc needs](Assets/Scripts/Framework/ScriptableObjects/NpcNeeds.cs)