Skip to content

Submission: TriviaSlither - Ganesh Rega#30

Open
GaneshRega wants to merge 5 commits into
reacthyderabad:mainfrom
GaneshRega:submission/trivia-slither-ganesh-rega
Open

Submission: TriviaSlither - Ganesh Rega#30
GaneshRega wants to merge 5 commits into
reacthyderabad:mainfrom
GaneshRega:submission/trivia-slither-ganesh-rega

Conversation

@GaneshRega

Copy link
Copy Markdown

Summary

  • Real-time multiplayer snake arena (Slither.io-style) fused with live Kahoot-style trivia interrupts
  • Covers problem statements #61 (Kahoot-like Quiz Game) and #63 (Infinite Canvas Multiplayer)
  • Valkey powers pub/sub state sync, leaderboard sorted sets, and quiz answer validation with TTL keys

Project Repository

https://github.com/GaneshRega/trivia-slither

Tech Stack

  • Backend: Node.js, Express, Socket.io 4, ioredis
  • State / Realtime: Valkey (Docker) — pub/sub, sorted sets, hashes, TTL keys
  • Frontend: Vanilla HTML/Canvas/CSS + Socket.io client

What's working

Full end-to-end loop: join → snake gameplay at 20 Hz → synchronized trivia round → leaderboard — verified with automated socket.io client tests (40/40 passing).

🤖 Generated with Claude Code

Mac Book Pro added 5 commits June 21, 2026 10:59
AI support assistant with Valkey cache-aside + Breeth cross-session memory
+ Ollama (llama3.2) LLM. React/Vite frontend with live system activity panel
showing real-time cache hits and memory recalls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant