working to improve the bot

This commit is contained in:
CHIBOUB Chakib 2024-09-11 15:16:05 +02:00
parent a5ffbe07d7
commit fac44553e6

View File

@ -73,7 +73,6 @@ class Game:
async def update_bot_position(self):
#future_ball_position = self.predict_ball_trajectory()
target_y = self.future_ball_position['y']
player2_position = self.game_state['player2_position']