abaiao-r / ft_transcendence

Website with a real-time multiplayer Pong contest with Python (Django) backend, JavaScript (Bootstrap Toolkit) frontend, and various modules for enhanced features like tournaments, blockchain integration, AI opponents, and more.
6 stars 2 forks source link

Major module: Implement remote players. #8

Closed abaiao-r closed 7 months ago

abaiao-r commented 9 months ago

It is possible to have two distant players. Each player is located on a separated computer, accessing the same website and playing the same Pong game. Think about network issues, like unexpected disconnection or lag.

You have to offer the best user experience possible.