diff options
| author | Simon Tatham <anakin@pobox.com> | 2015-01-13 19:54:46 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-01-13 19:54:46 +0000 |
| commit | e3a8e64812f2fa783dc5644f04f267a291bc6098 (patch) | |
| tree | 88348f5572fe334404b1205e46fba48e7b8f42b9 /unfinished | |
| parent | f39681ab41d60418c4a25270635a88d9cd0a685f (diff) | |
| download | puzzles-e3a8e64812f2fa783dc5644f04f267a291bc6098.zip puzzles-e3a8e64812f2fa783dc5644f04f267a291bc6098.tar.gz puzzles-e3a8e64812f2fa783dc5644f04f267a291bc6098.tar.bz2 puzzles-e3a8e64812f2fa783dc5644f04f267a291bc6098.tar.xz | |
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.
Diffstat (limited to 'unfinished')
| -rw-r--r-- | unfinished/group.R | 2 | ||||
| -rw-r--r-- | unfinished/separate.R | 2 | ||||
| -rw-r--r-- | unfinished/slide.R | 2 | ||||
| -rw-r--r-- | unfinished/sokoban.R | 2 |
4 files changed, 4 insertions, 4 deletions
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 |