DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

fix(client): reverse forming and mygames vecs
feat(client): use chrono for game and action times
feat(client): finish redo player borrows
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
Next