Experience the retro PONG game on scratch and in online multiplayer ! The multiplayer mode is temporarily unavailable (you can connect online but it will be almost unplayable and buggy) while I optimize its functioning (during an online game one of the two players had more than 2 seconds of latency and it was therefore impossible to play correctly). I determined myself and I made a gigantic redesign of the project : Thanks to @dixiklo and his PONG project with which I replaced my game system (his system using the mouse allows to increase more the difficulty compared to my system using the directional arrows). Thanks to @Griffpatch again for his multiplayer system which is much easier to use than the ones I always do. Here is a link to the first video of his multiplayer tutorial, honestly it's so well done that I only use this system on all my multiplayer projects : https://scratch.mit.edu/discuss/youtube/-KoHaz7ZPvo?list=PLy4zsTUHwGJLpq574s-vtOoDJwaiva5KR Project progress : 1.0.0 Setting up the basics for playing pong 1.0.1 Creation of a menu and a multiplayer mode 1.1.0 Total redesign based on @dixiklo's PONG project 1.1.1 Creating a menu 1.1.2 Implementation of a multiplayer mode based on the code of @Griffpatch 1.1.3 Integration of the game into the multiplayer mode. 1.1.4 Added a Ping measurement system (player 1 being host, his ping is null while player 2 has a rather high ping)