Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1016 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 1016 Bytes

Categories.LIVE

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.

Scattergories Gameplay

Features

  • 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

Technical Stack

  • 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

Prerequisites

Before running this project, make sure you have:

  • Node.js (v14 or higher)
  • npm (v6 or higher)