A small crossword puzzle library along with a GTK2 interface for playing and editing.
Game and editor with a GTK2 interface. Requires Python 2.5 and PyGTK (GTK >= 2.12). The original was written using PyQt4 (http://
Featues include:
* GTK2 interface
* Selecting cells
* Copy and paste
* Multiple solutions
* Three types of scoring (Simple, Time Attack and Tournament)
* Layered editing
* Mirror edit for automatic symmetry
* Printing (preview requires some external PostScript viewer)
To download and play the test version:
bzr co lp:~peter-stockholm/crosswordpuzzle/trunk cwp
cd cwp
python crosswordpuzzle.py (or for install: python setup.py install)
If you're trying out one of the source tarballs, just unpack it and run crosswordpuzzle.py as described above.
If you want to submit your own crossword to be included, please do! You'll be mentioned in the README and as author of the puzzle.
View full history Series and milestones
trunk series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- Python