Badminton Bros( My submission for 2026 game jam)

you have all of these forever blocks that are referencing sprites:

the forever blocks are running before the sprites are defined which is causing an exception.

to prevent this, i recommend wrapping your forevers inside of an if-statement and creating a variable named something like “isGameStartedYet?”. then you would set that variable to true inside of your start serve function.

that way you can be certain that the variables are defined before the forever code runs

4 Likes

PERFECT!!! Also, in my tournament (I won’t say where) in _________________________________________________________________________________________________________________________________________________________________________________________________… I AM 1ST PLACE!!! AT MY TRAINING PLACE.

1 Like

Ok, thank you SO much

Great job!

1 Like

So…
I added more features including a story mode, but I’ve been really busy recently, so is it possible for one of you to play my entire game and tell me the bugs and glitches I need to fix?

Screenshot 2026-05-13 195612

Nicceee! Um but… -73 isn’t good.

1 Like

Umm… What version is that? Here is the newest!

2 Likes

Quickly, Can anyone Speedrun my game and list all the bugs they see? (P.S. if the rackets start at the top and aren’t working then reload.)

2 Likes

The player crosses to my side.

1 Like

Ok, I’ll look into that