Page 1 of 1

[Command] sneakGame

Posted: Sat Nov 13, 2021 10:41 am
by Raddeck
sneakGame()


USE:
Show a sneak game.
This mini-game is similar to the "Minesweeper" game


TYPE: Command, Ref
RETURNS: Mini game
THEME: Minigame
COMPARE:


EXAMPLE:

Code: Select all

"What should I do now?"
0:: "Peep"
1:: "Leave it"
            
If 0
    perversion += 1
    SneakGame()
    If Random(0, 100) < sneak
        "Luckily, they forgot to lock the door behind them, leaving me an easy opening to have a peek."
    Else
        "Unfortunately, they locked the door ...."
    Endif
Endif