Created
July 18, 2021 13:16
-
-
Save t-mw/c8018c20af9dee55a8de76338ff97467 to your computer and use it in GitHub Desktop.
Example for https://github.com/t-mw/throne-playground
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// {"enableUpdate":false,"enableVisualMode":false,"enableClearOnUpdate":false,"updateFrequency":4,"gridWidth":20,"gridHeight":20,"throne-playground-script":"0.1.0"} | |
// enter your guess here: | |
guess 2 | |
seed 34913906 | |
seed SEED . % SEED 1234 SEED' . % SEED' 10 SECRET = secret SECRET | |
guess GUESS: { | |
secret GUESS = "correct!" | |
secret SECRET . < GUESS SECRET = "too low!" | |
secret SECRET . > GUESS SECRET = "too high!" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment