From f9123b56529031a925b2062684df90d810cbd1b8 Mon Sep 17 00:00:00 2001 From: Tokugero Date: Tue, 13 Apr 2021 12:42:51 -0700 Subject: [PATCH] Sample of making this level more clear. It wasn't at all clear how to solve this until I came to look at the actual tests. The first win condition step also didn't display which may have been a result of the format? Here's an example of something that might be more clear to the player. --- levels/index/compare | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/levels/index/compare b/levels/index/compare index e3848a6..97fa6c7 100644 --- a/levels/index/compare +++ b/levels/index/compare @@ -9,7 +9,8 @@ Have a look at these two timelines. They have exactly the same outcome. But one [win] -Right! Having each change in its own commit makes it easier to understand what's going on! Let's learn how to do that! +# Right! Having each change in its own commit makes it easier to understand what's going on! Let's learn how to do that! +git branch --show-current | grep step-by-step [setup] @@ -46,5 +47,5 @@ git checkout HEAD~3 [win] -# Pick the timeline that's clearer, and make the next logical change! -git show step-by-step:smoke_detector | grep -v "absolutely silent" +# Pick the timeline that's clearer, and make the alarm go off! +git show step-by-step:smoke_detector | tail -n 1 | grep -v "absolutely silent"