Phil helps you make crosswords, using client-side JavaScript.
- Import & export .xw (JSON) or .puz files.
- Use the built-in dictionary, or any text file you want.
- Print to PDF.
- Create a New York Times submission in seconds.
Phil uses Font Awesome icons and jsPDF (along with jsPDF-AutoTable) for generating PDFs.
The Phil solving engine (in progress) uses the Glucose 3.0 SAT solver. The sources (with our modifications) are in the third_party directory.
To use Phil:
- Go to keiranking.com/phil.
To run your own copy of Phil:
-
Install a working Emscripten environment. On Mac, using homebrew is a good choice.
-
From the command line, run:
cd third_party/glucose-3.0/simp make xwsolve.js
At this point,
xwsolve.js
andxwsolve.wasm
should be generated. -
Go back to the Phil main directory (
cd ../../..
) and create symbolic links (aliases):ln -s third_party/glucose-3.0/simp/xwsolve.* .
-
Run a local webserver. If you have Python 3 installed, then:
python3 -m http.server 8000
If you have only Python 2 installed, then:
python -m SimpleHTTPServer 8000
-
Point your browser to localhost:8000.
- Wordlists
- Crossword theme categories
- OneLook and Crossword Tracker search engines
Licensed under the Apache License, v2.0 (the 'License').
Unless required by law or agreed in writing, software distributed under the License is distributed on an 'as is' basis, without warranties or conditions, express or implied. See the License for the specific language governing permissions and limitations.
© Keiran King