zetter / multicrosser

Multiplayer Crosswords
https://multicrosser.chriszetter.com
15 stars 7 forks source link

Support for new quick cryptic crossword #69

Open timporter opened 2 months ago

timporter commented 2 months ago

Is it possible to add the new quick cryptic crossword series? https://www.theguardian.com/crosswords/series/quick-cryptic

Note, it would be needed to somehow include the special instructions for each one.

Thank you!!

lilyclements commented 2 months ago

@timporter I wonder if it is as simple as modifying the first line of the code here to include

SERIES = ['quiptic', 'quick', 'weekend', 'cryptic', 'speedy', 'prize', 'everyman', 'quick cryptic']

However, I do not know Ruby or javascript, so I'm not confident on testing this.