Tournament

- fix bug with final 1v1 between bot and bot
    - add time before change page at end of tournament
    - remove event listener in typeTournament
This commit is contained in:
Kum1ta
2024-11-11 13:55:58 +01:00
parent bfd45be93b
commit e77455493b
4 changed files with 13 additions and 93 deletions

View File

@ -6,7 +6,7 @@
# By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/06 16:33:56 by tomoron #+# #+# #
# Updated: 2024/10/22 18:40:34 by tomoron ### ########.fr #
# Updated: 2024/11/11 10:27:03 by edbernar ### ########.fr #
# #
# **************************************************************************** #
@ -44,7 +44,7 @@ class GameSettings:
wallLength = 1
wallWidth = 0.05
bounceSpeedIncrease = 0.2
maxScore = 3
maxScore = 1
maxPlayerSpeed = 4
playerSpeedTolerance = 0.15