I built a multiplayer web based game as my 2024 goal to expand my knowledge in game development.
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
Feedback appreciated.
Top comments (0)