simon-git: puzzles (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Tue Jan 13 20:06:35 GMT 2015


TL;DR:
  f39681a Revise the Flood preset list.
  e3a8e64 Put the game summaries from the website into gamedesc.txt.
  7cf7e37 Script to autogenerate pieces of the web page.

Repository:     git://git.tartarus.org/simon/puzzles.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=puzzles.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2015-01-13 20:06:35

commit f39681ab41d60418c4a25270635a88d9cd0a685f
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=f39681ab41d60418c4a25270635a88d9cd0a685f;hp=d31eff148322ded1add98043854a5e5a5f48529f
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Jan 13 19:31:29 2015 +0000

    Revise the Flood preset list.
    
    The ones I started with were a bit under-varied and over-orthogonal.
    Get rid of some of the more pointless things like 16x16 with lots of
    extra moves, and add some with different colour counts. While I'm
    here, make the menu descriptions nicer.

 flood.c |   34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

commit e3a8e64812f2fa783dc5644f04f267a291bc6098
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=e3a8e64812f2fa783dc5644f04f267a291bc6098;hp=f39681ab41d60418c4a25270635a88d9cd0a685f
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Jan 13 19:54:46 2015 +0000

    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.

 blackbox.R            |    2 +-
 bridges.R             |    2 +-
 cube.R                |    2 +-
 desktop.pl            |    2 +-
 dominosa.R            |    2 +-
 fifteen.R             |    2 +-
 filling.R             |    2 +-
 flip.R                |    2 +-
 flood.R               |    2 +-
 galaxies.R            |    2 +-
 guess.R               |    2 +-
 inertia.R             |    2 +-
 keen.R                |    2 +-
 lightup.R             |    2 +-
 loopy.R               |    2 +-
 magnets.R             |    2 +-
 map.R                 |    2 +-
 mines.R               |    2 +-
 net.R                 |    2 +-
 netslide.R            |    2 +-
 pattern.R             |    2 +-
 pearl.R               |    2 +-
 pegs.R                |    2 +-
 range.R               |    2 +-
 rect.R                |    2 +-
 samegame.R            |    2 +-
 signpost.R            |    2 +-
 singles.R             |    2 +-
 sixteen.R             |    2 +-
 slant.R               |    2 +-
 solo.R                |    2 +-
 tents.R               |    2 +-
 towers.R              |    2 +-
 twiddle.R             |    2 +-
 undead.R              |    2 +-
 unequal.R             |    2 +-
 unfinished/group.R    |    2 +-
 unfinished/separate.R |    2 +-
 unfinished/slide.R    |    2 +-
 unfinished/sokoban.R  |    2 +-
 unruly.R              |    2 +-
 untangle.R            |    2 +-
 42 files changed, 42 insertions(+), 42 deletions(-)

commit 7cf7e37d65d59bc87977deb7e810f21b4b106797
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=7cf7e37d65d59bc87977deb7e810f21b4b106797;hp=e3a8e64812f2fa783dc5644f04f267a291bc6098
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Jan 13 20:04:18 2015 +0000

    Script to autogenerate pieces of the web page.
    
    This should simplify the process of adding a new puzzle, by automating
    the part where I have to manually edit index.html separately from the
    main build step.

 Buildscr     |    5 +++++
 CHECKLST.txt |   18 +++++----------
 webpage.pl   |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 80 insertions(+), 12 deletions(-)



More information about the tartarus-commits mailing list