From 6141268bddee0c6138a8352719bf08681941dfbd Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Wed, 23 Dec 2020 17:09:23 +0100 Subject: [PATCH] Advance after sandbox Make it an instant win so the "Next Level" button is displayed. --- levels/time-machine/sandbox | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/levels/time-machine/sandbox b/levels/time-machine/sandbox index 6879338..36e04c2 100644 --- a/levels/time-machine/sandbox +++ b/levels/time-machine/sandbox @@ -1,15 +1,5 @@ title = Sandbox -[description] - -That's all for now! Here's a sandbox you can play around in. - -Did you see the black terminal at the very bottom? All cards you play translate into actual commands, and there'a a real Git repo behind this! Fun things to try: - -- Make a commit that merges three timelines together at once! -- Create some tags! -- Make a timeline that's completely independent of the rest! - [setup] echo "You wake up." > you @@ -23,3 +13,17 @@ echo "You hear a knock on the door." >> you git commit -am "Who's there?" git branch not_main + +[win] + +test true + +[congrats] + +That's all for now! Here's a sandbox you can play around in. + +Did you see the black terminal at the very bottom? All cards you play translate into actual commands, and there'a a real Git repo behind this! Fun things to try: + +- Make a commit that merges three timelines together at once! +- Create some tags! +- Make a timeline that's completely independent of the rest!