game: advent to online

This commit is contained in:
2024-01-11 17:30:59 +01:00
parent ddc0698605
commit 134f1a8bd1
11 changed files with 151 additions and 21 deletions

8
games/objects/Paddle.py Normal file
View File

@ -0,0 +1,8 @@
class Player:
def __init__(self, user_id, pos, nb_goal) -> None:
self.user_id = user_id
self.pos = pos
self.nb_goal = nb_goal