Number Guesser Game
using { /Fortnite.com/Devices }
using { /Verse.org/Native }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /Verse.org/Random }
using { /Verse.org/Simulation }
log_Number_Guessing := class(log_channel) {}
Number_Guessing := class<concrete>(creative_device):
Logger: log = log{Channel := log_Number_Guessing}
# Defines Devices =============================================================================================
@editable
Button_Pick_Num: button_device = button_device{}
@editable
ItemGranter_PickNum_to_HUD: item_granter_device = item_granter_device{}
# Guess #1 ====================================================================================================
@editable
Button_Num1: button_device = button_device{}
@editable
ItemGranter_Num1_to_HUD_Success: item_granter_device = item_granter_device{}
@editable
ItemGranter_Num1_to_HUD_Fail: item_granter_device = item_granter_device{}
# Guess #2 ====================================================================================================
@editable
Button_Num2: button_device = button_device{}
@editable
ItemGranter_Num2_to_HUD_Success: item_granter_device = item_granter_device{}
@editable
ItemGranter_Num2_to_HUD_Fail: item_granter_device = item_granter_device{}
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.