From 473a62dde46b102301f2e75de04d2dce2c470d67 Mon Sep 17 00:00:00 2001 From: Theouche Date: Wed, 7 Aug 2024 18:03:34 +0200 Subject: [PATCH] Beg new ia --- pong/game/game.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pong/game/game.py b/pong/game/game.py index c69d601..db995b4 100644 --- a/pong/game/game.py +++ b/pong/game/game.py @@ -176,3 +176,7 @@ class Game: await endfortheouche(self.game_state['player1_name'], self.game_state['player2_name'], self.game_state['player1_score'], self.game_state['player2_score'], self.bt1, self.bt2, 42, False, None) + + + +######################################################## Test amelioration IA ########################################################