Inspiration

In an era where digital communication often feels disconnected, we wanted to recreate the intimacy of sitting across a table from a friend. Game Grindr was inspired by the simple joy of classic board games and the spontaneous conversations that happen while playing them. Our goal was to build a frictionless, browser-based platform where people can connect, talk, and play without heavy downloads or complex setups.

What it does

Game Grindr is an instant 1v1 multiplayer gaming platform with integrated high-fidelity voice and video chat.

  • Smart Pairing: A FIFO queue system that matches you with players in seconds.
  • Classic Games: Fully functional versions of Chess, Connect Four, Tic Tac Toe, and more.
  • Seamless Media: Automatic P2P WebRTC calls initiated the moment a game starts, featuring live audio indicators and video toggles.
  • Responsive Design: A premium, modern UI that works beautifully on both desktop and mobile.

How we built it

  • Frontend: Crafted with Vanilla JavaScript and CSS3 for maximum speed and zero dependency bloat. We used Vite for optimized builds.
  • Backend: A Node.js and Express server handles static content and API requests.
  • Real-time Engine: WebSockets (ws) power the signaling server, managing the pairing queue and synchronizing game states between players.
  • Communication Layer: Built on WebRTC for low-latency, peer-to-peer audio and video transmission, ensuring that conversations feel as natural as being in the same room.

Challenges we ran into

  • State Synchronization: Ensuring that complex game states (like Chess) stayed perfectly in sync across different browsers and network conditions required rigorous logic and message ordering.
  • WebRTC Signaling: Handling ICE candidates and NAT traversal in a robust way was a steep learning curve.
  • The "Checkmate" Loop: We encountered a fascinating but critical infinite recursion bug in our Chess engine's check detection logic, which taught us volumes about managing complex recursive algorithms in JavaScript.

Accomplishments that we're proud of

  • Full-Stack Integration: Successfully bridging the gap between game logic, real-time signaling, and P2P media in a single cohesive experience.
  • Custom Game Engines: Building a robust Chess logic engine from scratch that handles everything from castling to en passant.
  • UI/UX Excellence: Creating a premium-feeling interface with smooth transitions and real-time visual feedback that wows users at first glance.

What we learned

  • WebRTC Deep Dive: Gained a deep understanding of the STUN/TURN/Signaling lifecycle.
  • State Machines: Learned the value of strict state management when building multiplayer interactions.
  • Performance Optimization: Discovered how much is possible with Vanilla JS and efficient DOM manipulation.

What's next for Game Grindr Games

  • Persistence: Implementing user accounts, persistent profiles, and win/loss statistics.
  • Expanded Library: Adding new games like Word Battle, Trivia, and Quick Draw.
  • Competitive Play: Global leaderboards, elo-based matchmaking, and tournament brackets.
  • Community Features: Friend lists, direct invites, and global chat lobbies.

Built With

Share this project:

Updates