diff --git a/apps/web/src/arcade-games/card-sorting/components/SetupPhase.tsx b/apps/web/src/arcade-games/card-sorting/components/SetupPhase.tsx index 5ee8602c..de1ec44a 100644 --- a/apps/web/src/arcade-games/card-sorting/components/SetupPhase.tsx +++ b/apps/web/src/arcade-games/card-sorting/components/SetupPhase.tsx @@ -131,6 +131,82 @@ export function SetupPhase() { + {/* Game Mode Selection */} +
+ +
+ + +
+

+ {state.gameMode === 'solo' + ? 'Play alone and beat your best score' + : 'Work together with other players in real-time'} +

+
+ {/* Action Buttons */}