bbeck / puzzles-with-chat

Web frontend and Twitch bot for solving puzzles collaboratively with chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show full acrostic quote when the puzzle is solved

bbeck opened this issue · comments

The fullQuote element of the payload contains the quote with HTML tags, and the quote field contains the author name and title as well as an abbreviated version of the quote that maps to the grid nearly exactly.

Part of the author's name and the title can be derived from first letter of each clue, but it's not clear where the author name ends and the title begins. Maybe some string processing can be done using the quote filed and substring checks to extract the author and title. Also in the quote field the author and title seem to always be at the beginning and in capital letters.

Added an overlay that appears after the puzzle is solved that can be dismissed either by clicking the X in the top corner or selecting a new puzzle.

image