Categories.LIVE
A real-time multiplayer word game where players compete by submitting creative answers to categories, with answers validated by GPT-4.
Features
- Real-time multiplayer gameplay with Socket.IO (WebSocket)
- AI-powered answer validation using GPT-4
- Vue 3 frontend with responsive design
- Room-based game sessions
- Live player synchronization
Technical Stack
Frontend (Vue 3)
- Component-based architecture
- Real-time WebSocket communication
- Responsive UI with modern CSS
- State management for game flow
Backend (Node.js)
- Socket.IO for real-time communication
- GPT-4 integration for answer validation
- Room management system
- Game state synchronization
- Score calculation engine
Players join rooms and compete in rounds where they must provide answers fitting specific categories. An LLM is used to validate answers for accuracy, eliminating the need for a human moderator.
Links
- 🌐 Play Live →
- 💻 GitHub Repositories: