Question about ending the game

how would you make it show the winner of the game? I figured out how to end the game at one player, but what about that?

3 Likes

do you have a scoring system, and if so, how does it work, or whats it tracking? and if not, is it a scoring in-game?

1 Like

if you respond after 5 mins, i will answer tomorrow, and i will see if i can do anything

1 Like

no, not exactly. it’s a super Gim Bros type game.

You can do this:



I’m not sure with the game settings yet, but I hope this is exactly what you need!

1 Like

when a player wins make the player do something:
-press a button
-purchase a thing

-have a property
(anything that can trigger smth)

Make a property:
name: winner
type: text
scope: global

then have that connect to a trigger which sets the property (text, global) to the player’s name:

Set (get property) (winner)
value (create text with) (triggering player’s name)

now put in an end-of-game widget:
and have it show that property (winner)

5 Likes


make it so every 0.5 seconds it runs a relay in behalf of a random player and run block code so the name appears as a property. that way when the game ends there is only one player left so by default his name shows on the screen
block code is very simple:

2 Likes

@Kormorant, i think you should do what chrysostom said to do, it works best

1 Like

i had this same question, but I answered it

1 Like
2 Likes

Would you like me to tell you a way that is passive, therefore making it so there is no extra action required? Otherwise, use chrysostom’s way!

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.