chiark / gitweb /
Initial checkin of my Minesweeper clone, which uses a solver during
authorSimon Tatham <anakin@pobox.com>
Mon, 30 May 2005 10:08:27 +0000 (10:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 30 May 2005 10:08:27 +0000 (10:08 +0000)
commit6b9e690c89973e8e98de7dfc768849f0b8b411a0
tree0e776c25e300419011d8f5be831de802148a65ac
parent0f423f0b3a0bfaaac37fa2dba23794629088836f
Initial checkin of my Minesweeper clone, which uses a solver during
grid generation to arrange a mine layout that never requires guessing.

[originally from svn r5859]
Recipe
list.c
mines.c [new file with mode: 0644]
puzzles.but
puzzles.h
random.c