Lycowolf/streaming_deckbuilder

Refactor GUI states

Closed this issue · 1 comments

There are several states that display game board and related GUI: TakeTurnState, CardTargetState, and (as of yet unimplemented) AnimationState. We should refactor the so the GUI constructing & handling code is shared and not repeated 2-3 times.

Done