ConorSheehan1 / spelling-bee

Free open source version of the New York Times Spelling Bee game
https://spelling-bee-free.pages.dev
MIT License
43 stars 26 forks source link

Remove and add words, idempontent shuffle #13

Closed ConorSheehan1 closed 1 year ago

ConorSheehan1 commented 1 year ago
  1. remove words (slurs)
  2. add words (see https://github.com/ConorSheehan1/spelling-bee/issues/1#issue-1345141305)
  3. make shuffle idempotent by default
    1. shuffle will keep same pseudo-random order within allAnswers.json files
    2. shuffle will fully shuffle availableLetters by passing Math.random as seed