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)
- Host: GitHub
- URL: https://github.com/bas-boop/coffee-maker
- Owner: bas-boop
- Created: 2023-11-10T21:06:01.000Z (over 1 year ago)
- Default Branch: Develop
- Last Pushed: 2023-11-19T20:05:24.000Z (over 1 year ago)
- Last Synced: 2023-11-20T21:22:47.437Z (over 1 year ago)
- Language: C#
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)