rschroll / crosswords

Crossword client for Ubuntu
http://rschroll.github.io/crosswords
GNU General Public License v3.0
10 stars 6 forks source link

Support .puz file format #5

Closed rschroll closed 8 years ago

rschroll commented 10 years ago

The .puz format seems to be widely used. It's a binary format, but most of it is just text. Hopefully it could be processed with ArrayBuffers. Here's a reverse-engineering of the format: http://code.google.com/p/puz/wiki/FileFormat

rschroll commented 8 years ago

This was implemented in 0.3.1. It was the first time I ever needed a hex editor while working with Javascript.