-
Notifications
You must be signed in to change notification settings - Fork 21
Description
🎯 Objective
Enhance the Game Mode List and Game Mode Description to display all available game modes, set the first mode as default, and align the UI with the Figma design.
🔍 Context
The Game Mode selection should be intuitive, visually appealing, and match the game’s theme. This update ensures a better user experience by allowing players to explore all available game modes easily.
📋 Tasks
- Update the GameModeList component to display all game modes.
- Set the first game mode as the default selection.
- Update the UI styles for
GameModeListandGameModeDescriptionto match the Figma design. - Ensure smooth transitions between game mode selections.
- Maintain responsiveness across different screen sizes.
💻 Technical Implementation
1️⃣ Use React & Tailwind CSS for styling.
2️⃣ Implement state management to set and update the selected game mode (if not implemented).
3️⃣ Ensure UI updates instantly when switching between game modes.
4️⃣ Add hover & active states for a better user experience.
📌 Contributor Reminders
✅ Check the Contribution Guidelines: 🔗 CONTRIBUTING.md
✅ Sync with the latest changes from the LogiQuest repository before working on this issue.
📝 Acceptance Criteria
✅ All game modes are displayed in the GameModeList.
✅ The first game mode is set as the default selection.
✅ UI matches the Figma design and is fully responsive.
✅ No layout breaking or state management issues.
💪 Skills Required
- React
- Tailwind CSS
- State Management (if needed)
- Responsive Design
📈 Difficulty
Medium