simon-git: puzzles (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Mon Jan 12 19:57:32 GMT 2015
TL;DR:
b2f8f5f Update the new-puzzle checklist for git.
201b329 New puzzle: 'Flood'.
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-12 19:57:32
commit b2f8f5fb5731a14b68372d09153cd6f04d0b7f67
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=b2f8f5fb5731a14b68372d09153cd6f04d0b7f67;hp=70b26db85a8e452b9b2fb65634e21d00baf04042
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Jan 12 19:44:31 2015 +0000
Update the new-puzzle checklist for git.
Replace references to svn:ignore and 'svn add' with the git
equivalents.
CHECKLST.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 201b32983b5cd1f904da3614ee9136cfeec59818
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=201b32983b5cd1f904da3614ee9136cfeec59818;hp=b2f8f5fb5731a14b68372d09153cd6f04d0b7f67
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Jan 12 19:51:19 2015 +0000
New puzzle: 'Flood'.
Based on a web game I saw a few years ago, and dashed off this weekend
after I thought of a way to write a good (though not quite optimal)
heuristic solver, here's a random little thing not quite in the same
line as the most usual kind of Puzzles fare: instead of making you
scratch your head to find any move to make at all, it's easy to find
solutions in principle, and the challenge comes from having to do so
within a move limit.
.gitignore | 1 +
flood.R | 19 +
flood.c | 1266 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
html/flood.html | 8 +
icons/Makefile | 10 +-
icons/flood.sav | 14 +
puzzles.but | 65 +++
7 files changed, 1378 insertions(+), 5 deletions(-)
More information about the tartarus-commits
mailing list