DEV Community

Cover image for Hood Ball — Multiplayer web-based game
Miguel Ripoll
Miguel Ripoll

Posted on

Hood Ball — Multiplayer web-based game

I built a multiplayer web based game as my 2024 goal to expand my knowledge in game development.

Play game

Features:

  • Passkey for registration and login
  • JSON Web Tokens for game server authentication
  • WebSocket for real-time notifications and tunneled communication between server and player
  • WebRTC for real-time communication between host and players
  • Web Crypto API for server configuration and player scores handling
  • Deno KV for storage

GitHub repository

Feedback appreciated.

Top comments (0)

Retry later
Retry later