This is my second time publishing this project so I've made some improvements based on what I saw people experiencing.<p>New changes:<p>- Added ping status for players connected to the the host<p>- Added boundary checks for ball and player<p>- Improved registration / sign in to make it more intuitive<p>- Improved car controls!<p>- Improved debug UI<p>Tech stack:<p>- Passkey for registration and login<p>- JSON Web Tokens for game server authentication<p>- WebSocket for real-time notifications and tunneled communication between server and player<p>- WebRTC for real-time communication between host and players<p>- Web Crypto API for server configuration and player scores handling<p>Known issues:<p>- Car can end up stuck in a collision when hitting a wall<p>- Matches with more than two players may have some issues with objects data (investigating...)<p>Source code: <a href="https://github.com/MiguelRipoll23/wheel-ball">https://github.com/MiguelRipoll23/wheel-ball</a><p>Feedback appreciated.