zjhayes / ScrumMasterGame

You're the Scrum Master in this Unity 3D simulation game. Organize your team of developers, plan Sprints, and make iterative improvements to the Production Server.
1 stars 0 forks source link

Add State Machine to Board Menu Views #34

Open zjhayes opened 11 months ago

zjhayes commented 11 months ago

When the game state changes, it has to show and hide board menus. Add state machine to board so it can transition between views and handle hiding the current view.

zjhayes commented 11 months ago

Blocked by development of hierarchical state machine.