shithub: puzzles

RSS feed

69410c79 – Simon Tatham <anakin@pobox.com> authored on 2005/07/14 13:42
New puzzle: Dominosa.

bb63d0d3 – Simon Tatham <anakin@pobox.com> authored on 2005/07/14 13:37
Introduce a `shuffle' utility function.

3d2c442b – Simon Tatham <anakin@pobox.com> authored on 2005/07/10 06:17
game_timing_state() now has access to the game_ui. This means that

145301d0 – Simon Tatham <anakin@pobox.com> authored on 2005/07/10 06:06
Change of policy on game_changed_state(). Originally, it was called

ac36314b – Simon Tatham <anakin@pobox.com> authored on 2005/07/10 05:27
Subtle UI change to Mines. Although I mostly find the unified left-

2ec5a51c – Simon Tatham <anakin@pobox.com> authored on 2005/07/09 06:19
Alter the `Octagon' board preset so that instead of presenting you

d5fe59b2 – Simon Tatham <anakin@pobox.com> authored on 2005/07/06 17:24
Missing quit on error was leading to an assertion failure on some

d7588e60 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2005/07/06 16:10
Move various printf()s after declarations.

6ea61aa9 – Simon Tatham <anakin@pobox.com> authored on 2005/07/06 14:36
Unify the two solvers in Solo. nsolve has now had recursion

75333973 – Simon Tatham <anakin@pobox.com> authored on 2005/07/06 14:27
Refactoring from James H: the highlight and lowlight colour setup

d4001cbc – Simon Tatham <anakin@pobox.com> authored on 2005/07/06 07:06
Some patches from James H:

755d0c0b – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2005/07/05 17:40
Revert the code that assumed that incoming parameters used a random generation

f3c95109 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2005/07/05 17:27
Add a `full' parameter to validate_params(), analogous to the one in

96882828 – Simon Tatham <anakin@pobox.com> authored on 2005/07/05 15:40
Enhancements to mkfiles.pl and Recipe to arrange for the auxiliary

4763b712 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2005/07/05 15:38
It's been a new year for a while now.

68d0a346 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2005/07/05 15:12
revert supposed typo -- I have no brain

5ff23cd6 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2005/07/05 15:11
Add HACKING to main doc build.

2c8d3176 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2005/07/05 15:10
typo

b75ce341 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2005/07/05 14:57
Add a completion flash when you get down to a single peg.

b74dac6d – Simon Tatham <anakin@pobox.com> authored on 2005/07/05 14:13
Refactored the game_size() interface, which was getting really

a4e3d69d – Simon Tatham <anakin@pobox.com> authored on 2005/07/05 08:03
James Harvey points out a missing ifdef.