DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 770581bb212762e0a8ab491a5bb684c25bdb5821 deck-builder/client/src/game_status/parser.rs -rw-r--r-- 5.4 KiB
feat(client): ability to insert new actions...

... while parsing existing actions.
feat(client): correct state button behaviour
chore(client): fmt, clippy, cleanup
fix(client): rename action phase to play phase
feat(client): display_name for player, debug state
feat(client): add plays and buys for players
chore(client): fmt, clippy, cleanup
feat(client): take card cost into account
feat(client): finish redo player borrows
WIP(client): redo player borrows, init EndTurn
feat(client): player state, state change command
feat(client): add TODO about reparsing
feat(client): handle action seed as string
feat(client): change parser to just take &Game
feat(client): add needed functionality for log
feat(client): a few notes
fix(client): don't default to Err(()) in parser
feat(client): semi initial game state and parser
feat(client): init game status and parsing system