DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

WIP(client): redo player borrows, init EndTurn
feat(client): update hardcoded game init
feat(client): player state, state change command
feat(client): sort games based on created_at
feat(client): add TODO about reparsing
feat(client): add details fields for cards
feat(client): fill width on log multiline
feat(client): hardcoded test piles, better log
feat(client): handle action seed as string
feat(api): change action seed to string
feat(client): change parser to just take &Game
fix(client): remove unused import
fix(client): fix create action api command field
feat(client): add seed to action api call, new fn
fix(api): action takes seed from input
feat(client): update action api call, create event
fix(client): fix comment in game details ui
feat(client): add needed functionality for log
feat(client): start parse event in a sane place
feat(client): a few notes
Next