issues
search
chrisrobidas
/
Forgotten-Shadows
Game using Human Fall Flat like characters, goal to determine...
0
stars
0
forks
source link
Refactor
#44
Open
chrisrobidas
opened
8 months ago
chrisrobidas
commented
8 months ago
Refactor the following:
Use GameManager Singleton to keep track of the status of the game
Use UIManager Singleton to display or hide UI elements
Use AudioManager to play music and sounds
Separate UI from logic by making UI listening to Actions
Separate code that should be separated
Clean up and rename variables and methods
chrisrobidas
commented
8 months ago
Took 3h to complete.
Refactor the following: