diff --git a/backend/tests/__init__.py b/backend/tests/__init__.py index dfa24b0..02a3aa6 100644 --- a/backend/tests/__init__.py +++ b/backend/tests/__init__.py @@ -36,4 +36,4 @@ def current_player_with_cards(g: Game, cards): p = current_player(g) p.draw('') p.hand = cards - return p \ No newline at end of file + return p diff --git a/frontend/src/components/Card.vue b/frontend/src/components/Card.vue index fc83483..a1540f7 100644 --- a/frontend/src/components/Card.vue +++ b/frontend/src/components/Card.vue @@ -1,271 +1,299 @@ \ No newline at end of file diff --git a/frontend/src/components/Lobby.vue b/frontend/src/components/Lobby.vue index 230f7fb..61eab6b 100644 --- a/frontend/src/components/Lobby.vue +++ b/frontend/src/components/Lobby.vue @@ -1,622 +1,896 @@ diff --git a/frontend/src/utils/expansions-map.js b/frontend/src/utils/expansions-map.js index b8b61d8..0b3ccc5 100644 --- a/frontend/src/utils/expansions-map.js +++ b/frontend/src/utils/expansions-map.js @@ -1,11 +1,11 @@ export const expansionsMap = { - 'dodge_city' : { + 'dodge_city': { name: 'Dodge City', icon: '🐄', back: true, expansion: 'dodge-city', }, - 'fistful_of_cards' : { + 'fistful_of_cards': { name: 'Fistful of Cards', icon: '🎴', back: true, @@ -28,11 +28,13 @@ export const expansionsMap = { icon: '👻', back: true, expansion: 'the-valley-of-shadows', + status: 'beta', }, 'wild_west_show': { name: 'Wild West Show', icon: '🎪', back: true, - expansion: 'wild-west-show' + expansion: 'wild-west-show', + status: 'alpha', } } \ No newline at end of file