DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 13a40ec572fd4363e7868b3b4892571980e6013a deck-builder/client/src/api/game d---------
chore(client): fmt, clippy
feat(client): update RollForCurrency
feat(client): kinda cleanup seed_gen usage
feat(client): add a few reflects for debugging
feat(client): play cards
feat(client): roll for currency command
feat(client): change some i16s to usizes
feat(client): ability to insert new actions...

... while parsing existing actions.
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
Next