Figma: All Games
Description:
Create the main game page where users can browse and select from all available games on the platform. Each game card should show the game title, a brief description, and a “Play” button. If the user is not authenticated, the "Play" button should route them to sign in or let them play as guest.
✅ Tasks:
📁 Output:
screens/GameSelectionScreen.tsx
components/GameCard.tsx
services/api/games.ts (API integration for fetching games)
Bonus:
Figma: All Games
Description:
Create the main game page where users can browse and select from all available games on the platform. Each game card should show the game title, a brief description, and a “Play” button. If the user is not authenticated, the "Play" button should route them to sign in or let them play as guest.
✅ Tasks:
GET /games📁 Output:
screens/GameSelectionScreen.tsxcomponents/GameCard.tsxservices/api/games.ts(API integration for fetching games)Bonus: