Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalton authored and Dalton committed May 27, 2020
1 parent 575232e commit 5aab558
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ _**Youtube Teaser**_

_**State Machine Diagram**_.

## Where to Find
## Problem to solve

``` Assets/Script/State/States```
``` Assets/Script/State/UIStates```
Reordering an app workflow could be a complex task, separating the concerns between logic and UI, managing events.
State Machine Pattern helps us with that, facilitating debug and maintenance.

`UIStates` run in conjunction with 'regular' states, decoupling UI concerns from the game logic.
## Where to Find

### Problem to solve
`Assets/Script/State/States`
`Assets/Script/State/UIStates`

Reordering an app workflow could be a complex task, separating the concerns between logic and UI, managing events.
State Machine Pattern helps us with that, facilitating debug and maintenance.
`UIStates` run in conjunction with 'regular' states, decoupling UI concerns from the game logic.

0 comments on commit 5aab558

Please sign in to comment.