Make-Europe / Simple_Pong_Game

This is a simple 2 player Pong game implemented in React
0 stars 1 forks source link

2-Player Touchscreen sharing #10

Open Make-Europe opened 1 month ago

Make-Europe commented 1 month ago

BUGREPORT 🐞: Touch for paddles is enabled, but if both players touch the screen at the same time, it won't work. Have to map and divide the touchscreen 50:50 going forward.