Skip to content

Mehmovic/UnityGuessMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funtory GuessMatch

FGM is a hyper casual game made with Unity 2021.3.16f1 (LTS).

Design Patterns

Singleton (mostly used for managing game state and scene changing)

Factory (used to create corresponding SlotUI for each type of Card)

Observer (to separate Logic from UI/Visual)

Optimization

Sprite Atlas to reduce draw calls

About

a small hyper casual game made in two days

Resources

Stars

Watchers

Forks