DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

feat(api): add redo script
docs(api): script documentation
feat(api): init diesel and db
feat(api): init new api
chore: move archived to .archived
docs: update allowed scopes
chore: update copyright notices
chore: update licenses
feat: add shared, server, api
chore(client): rename sdbclient to client
chore!(sdbapi): move sdbapi into archived
feat(sdbapi): add pprof, ws, and echo test
fix(sdbclient): correct fields to Options in GameData
feat(sdbclient): start game API call
fix(sdbapi): patchgamestate check for guest
feat(sdbapi): patchgamestate checks, formatting
feat(sdbclient): add GameData to Game
fix(sdbapi): fix ctrl c & v mistake
feat(sdbclient): implement Action and GameData
feat(sdbapi): GameData and Action tables
Next