jpd236 / kotwords

Collection of crossword puzzle file format converters and other utilities, written in Kotlin.
Apache License 2.0
25 stars 6 forks source link

Allow for lowercase letters in the "solution" for acrostic puzzles #29

Closed boisvert42 closed 2 years ago

boisvert42 commented 2 years ago

Right now if the solution isn't all caps the site gives a cryptic error. It doesn't seem like it would be hard to convert it to all caps internally before proceeding.

jpd236 commented 2 years ago

Yep, definitely. Tracking this in https://github.com/jpd236/kotwords/issues/26 - thanks!