A real-time multiplayer word game inspired by Scattergories, built with Vue 3 and Socket.IO. Players compete by submitting creative answers to various categories, all starting with the same randomly chosen letter.
- Real-time multiplayer gameplay using Socket.IO
- Modern Vue 3 + Vite frontend architecture
- AI-powered prompt generation and answer validation
- Responsive design using Bootstrap
- Live chat functionality
- Custom game rooms with configurable settings
- Frontend: Vue 3, Vite, Bootstrap
- State Management: Vue Reactive State
- Real-time Communication: Socket.IO (via socket.io-client)
- AI Integration: OpenAI GPT-4 API
- Styling: Bootstrap/Bootswatch
Before running this project, make sure you have:
- Node.js (v14 or higher)
- npm (v6 or higher)