提交歷史

作者 SHA1 備註 提交日期
  Oleg Panashchenko 71318a9b06 feat: hint mode on empty solver board 1 周之前
  Oleg Panashchenko b6c0726e24 feat: add Wordle Solver at /solver and /ru/solver 1 周之前
  Oleg Panashchenko 11be3fd9b0 fix: dict added 485 guessables 1 周之前
  Oleg Panashchenko 090d5598b7 fix: dict 1 周之前
  Oleg Panashchenko fed79d6f1d Merge remote-tracking branch 'refs/remotes/origin/master' 1 周之前
  Oleg Panashchenko a3295448a1 fix: histogram bars now proportional instead of binary 1 周之前
  Oleg Panashchenko df816473db doc: .gitignore 1 周之前
  Oleg Panashchenko 6cf3bd4fa8 doc: config 1 周之前
  Oleg Panashchenko edf5c04001 doc: old prompts for changes 1 周之前
  Oleg Panashchenko 2607e5585b refactor: dictionary hints 1 周之前
  Oleg Panashchenko c3693b1e92 refactor: dictionary hints 1 周之前
  Oleg Panashchenko 922a2d78bc refactor: remove id field from targets, use array index 1 周之前
  Oleg Panashchenko c48b7a32d7 feat: extend targets dictionary to 1000 words 1 周之前
  Oleg Panashchenko 5391d108ed fix: audio to dict 1 周之前
  Oleg Panashchenko e92e3ac01a feat: synonym hints on 5th incorrect guess 1 周之前
  Oleg Panashchenko becaa75c9c perf: optimize entropy solver with cached first guess and int feedback 1 周之前
  Oleg Panashchenko 23ed09a404 updated budget 1 周之前
  Oleg Panashchenko c38d407857 feat: tap letter in current guess to move cursor 1 周之前
  Oleg Panashchenko 0563543e2a feat: editable word with cursor and on-the-fly validation 1 周之前
  Oleg Panashchenko 5068455283 feat: frequency-sorted dictionaries with 100 Gaussian-picked targets 1 周之前
  Oleg Panashchenko 242beda1c9 refactor: offload entropy solver to child process, include failed solvers in results 1 周之前
  Oleg Panashchenko 4b918ce0db fix: add Cyrillic vowels to Vowel First solver so it works for Russian 1 周之前
  Oleg Panashchenko 4d031c34dc fix: switch solver replays to single-column layout for reliable visibility 1 周之前
  Oleg Panashchenko 8af03b085a refactor: lazy cache for replays/difficulty — no startup pre-computation 1 周之前
  Oleg Panashchenko 7ba27407f5 refactor: compute difficulty and replays at runtime instead of storing in word-bank 1 周之前
  Oleg Panashchenko f2db4f967b fix: separate localStorage per language to prevent cross-language game leaks 1 周之前
  Oleg Panashchenko 3bdad3a8dc feat: add GET /api/validate/:word endpoint 1 周之前
  Oleg Panashchenko f96aa1b777 refactor: @types/node 1 周之前
  Oleg Panashchenko 16534fe334 refactor: simplify solver steps from objects to string arrays 1 周之前
  Oleg Panashchenko 19cd6d1466 refactor: stop writing colors to word-bank files from solvers 1 周之前