mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
I'm sick and tired of having unfinished puzzle code lying around on
several different systems in strange directories. So I'm creating an `unfinished' directory within source control, and centralising all my half-finished, half-baked or otherwise half-arsed puzzle implementations into it. Herewith Sokoban (playable but rubbish generation), Pearl (Masyu - rubbish generation and nothing else), Path (Number Link - rubbish generation and nothing else) and NumGame (the Countdown numbers game - currently just a solver and not even a generator yet). [originally from svn r6883]
This commit is contained in:
9
unfinished/README
Normal file
9
unfinished/README
Normal file
@ -0,0 +1,9 @@
|
||||
This subdirectory contains puzzle implementations which are
|
||||
half-written, fundamentally flawed, or in other ways unready to be
|
||||
shipped as part of the polished Puzzles collection.
|
||||
|
||||
Those puzzles which have .R files can be built as part of the
|
||||
Puzzles collection by symlinking their source files into the parent
|
||||
directory and re-running mkfiles.pl. Anything without a .R file
|
||||
isn't even finished enough to do that, and you should read the
|
||||
source file itself to find out the status.
|
Reference in New Issue
Block a user