From e3a8e64812f2fa783dc5644f04f267a291bc6098 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 13 Jan 2015 19:54:46 +0000 Subject: Put the game summaries from the website into gamedesc.txt. More sensible to bring all the pieces of per-puzzle descriptive text together into one place, so they can be easily reused everywhere they're needed. --- unfinished/group.R | 2 +- unfinished/separate.R | 2 +- unfinished/slide.R | 2 +- unfinished/sokoban.R | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'unfinished') diff --git a/unfinished/group.R b/unfinished/group.R index 498d1b1..a11d22e 100644 --- a/unfinished/group.R +++ b/unfinished/group.R @@ -21,5 +21,5 @@ GAMES += group !end !begin >gamedesc.txt -group:group.exe:Group:Group theory puzzle +group:group.exe:Group:Group theory puzzle:Complete the unfinished Cayley table of a group. !end diff --git a/unfinished/separate.R b/unfinished/separate.R index 18a7582..f861c8f 100644 --- a/unfinished/separate.R +++ b/unfinished/separate.R @@ -17,5 +17,5 @@ GAMES += separate !end !begin >gamedesc.txt -separate:separate.exe:Separate:Rectangle-dividing puzzle +separate:separate.exe:Separate:Rectangle-dividing puzzle:Partition the grid into regions containing one of each letter. !end diff --git a/unfinished/slide.R b/unfinished/slide.R index daf24d8..189ed65 100644 --- a/unfinished/slide.R +++ b/unfinished/slide.R @@ -20,5 +20,5 @@ GAMES += slide !end !begin >gamedesc.txt -slide:slide.exe:Slide:Sliding block puzzle +slide:slide.exe:Slide:Sliding block puzzle:Slide the blocks to let the key block out. !end diff --git a/unfinished/sokoban.R b/unfinished/sokoban.R index 86adcae..3b6dab5 100644 --- a/unfinished/sokoban.R +++ b/unfinished/sokoban.R @@ -15,5 +15,5 @@ GAMES += sokoban !end !begin >gamedesc.txt -sokoban:sokoban.exe:Sokoban:Barrel-pushing puzzle +sokoban:sokoban.exe:Sokoban:Barrel-pushing puzzle:Push all the barrels into the target squares. !end -- cgit v1.1