-
Allow words to turn. A word running horizontally may turn down and continue vertically where it runs into an empty square (or the right border). A word running vertically may turn right and continue horizontally where it runs into an empty square (or the bottom border).
See the attached file for an example.
I realize that this may be incredibly complex to implement, because several words...
2009-01-01 16:18:32 UTC by sigra
-
Make the algorithm place empty squares (#) just like it places letters. A square is allowed to be empty if a word begins vertically just below or horizontally to the right of it. (It might be a good idea to start filling the grid from the bottom-right corner. But I am definitely no expert on these kinds of algorithms. Otherwise I would just have implemented it myself.)
2009-01-01 16:05:44 UTC by sigra
-
You may try to change that line to something like "AM_INIT_AUTOMAKE(arccc, 0.1)".
2009-01-01 15:32:38 UTC by sigra
-
Hi -- I'm trying to build the program and I get the following error:
tom@hydrophax:~/sources/arccc-0.1a$ ./bootstrap.sh
configure.ac:4: option `arccc' not recognized
Any idea what I'm doing wrong?.
2008-03-16 12:27:39 UTC by thomas_hinkle
-
In the US, there's a long standing convention that all
squares in a crosword grid are either black or form
part of two different words (across and down). In the
UK this is not the case, it's common to have grids
similar to the one below:
##..........#
.#.#.#.#.#.##
.......#.....
.#.#.#.#.#.#.
....#........
.###.#.#.#.#.
......#......
.#.#.#.#.###.
........#....
.#.#.#.#.#.#...
2004-07-15 17:46:33 UTC by nobody
-
thouis committed patchset 10 of module arccc to the Arc Consistency Crossword Compiler CVS repository, changing 2 files.
2004-03-05 19:44:01 UTC by thouis
-
Let's say I start with a grid like this:
...#...
hithere
...#...
...but the phrase "hithere" isn't in the word list.
"arccc" will die immediately with an error like:
Die: No words for 3 across.
Instead, it should either ignore complete words already
on the grid or silently add them to the wordlist.
(Submitted by crossword enthusiast steven@foo.net)
2003-09-06 04:10:59 UTC by nobody
-
Logged In: YES
user_id=594588
Fixed in new tarball release (arccc-0.1a)
2003-08-11 15:27:51 UTC by thouis
-
[fjord] ~/tmp/arccc/arccc> file * | grep broken
INSTALL: broken symbolic link to
/usr/share/automake/INSTALL
install-sh: broken symbolic link to
/usr/share/automake/install-sh
missing: broken symbolic link to
/usr/share/automake/missing
mkinstalldirs: broken symbolic link to
/usr/share/automake/mkinstalldirs.
2003-04-21 14:59:07 UTC by jamgill
-
thouis committed patchset 9 of module arccc to the Arc Consistency Crossword Compiler CVS repository, changing 2 files.
2003-02-27 16:50:04 UTC by thouis