DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 9da70be7cce4ca97c3d5edc4bd432cecf49b207f deck-builder/client/src/api d---------
chore(client): fmt, clippy, cleanup
feat(client): take card cost into account
feat(client): use chrono for game and action times
WIP(client): redo player borrows, init EndTurn
feat(client): player state, state change command
feat(client): handle action seed as string
fix(client): remove unused import
fix(client): fix create action api command field
feat(client): add seed to action api call, new fn
feat(client): update action api call, create event
feat(client): add needed functionality for log
feat(client): semi initial game state and parser
feat(clint): add seed field to action
feat(client): show game state in game details
feat!(client): replace gamestate consts with enums
feat!(client): get in-game, and see some details
feat(client): something to browse in browse
fix(client): change where user token is saved
feat(client): impl api calls for game endpoints
feat(client): update user requests to use macros
Next