Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 582 Bytes

PLANING.md

File metadata and controls

36 lines (19 loc) · 582 Bytes

Planning

This holds some general plans

Load State

[x] Load -> MenuState

Menu state

[ ] Select -> GameSetupState

GameSetupState

  • Set up board nothing clickable
  • Setup whats clickable for GamePlayState (game dependant) [ ] Load -> GamePlayState

GamePlayState

  • Clickable cards -> MovingCardState
  • Drawable deck -> DrawingState
  • Action buttons -> Action Callbacks (game dependant)

MovingCardState

  • Clickable destinations -> Dropcard Callbacks (game dependant)

DrawingState

  • Draw to hand -> Ondraw Callbacks (game dependant)