np-eazy / Pentaquad

3 stars 1 forks source link

GameState: Wrapper Around CoreState #10

Closed np-eazy closed 1 year ago

np-eazy commented 1 year ago

Implement a GameState wrapper state around CoreState which acts as the main UseState for the game, rather than CoreState. GameState controls whether or not CoreState progresses, and can be used to:

Also make sure to lift GameController into GameState as the dependency rather than CoreState.