baetheus / bee

A try at cloning the New York Times Spelling Bee
Mozilla Public License 2.0
16 stars 6 forks source link

Better puzzle distribution #13

Closed baetheus closed 4 years ago

baetheus commented 4 years ago

Puzzles are currently feeling very repetitive, to solve this:

  1. Use Levenshtein distance to make puzzle keys different across days.
  2. Continue to use current weekly pattern: Monday <= 40 < Tuesday <= 60 < Wednesday <= 80 < Thursday <= 100 < Friday <= 120, Saturday > 120, Sunday > 120 (No s or d).
  3. Recreate puzzles based on pangram groupings instead of one puzzle for each pangram.