Closed slovnicki closed 3 years ago
probably just do it with shared_preferences
I'll make the storing of players' pieces
, colors and AI type into shared_preferences
and load them into GameBloc
upon game start. Also, update the Player
model to take piece
and color in place of current symbol
property, so the pieces are drawn on a board.
I'll try to get it done over the weekend.
ok, we didn't use shared_preferences
and are loading the game state directly from the menu. This is done now
decide which state management to use and implement it. Game BLoC needs access to the Settings' state