mirror of
https://github.com/devangthakkar/wordle_archive
synced 2026-01-16 17:04:23 -05:00
* persist and display score and past solutions * show solutions on board for puzzles that were previously won * show CLEAR instead of ENTER on keyboard when puzzle is won * clearSolution will clear board but not history of game state * for puzzles that have been won in the past but cleared, show as yellow in "choose" menu * adds score (e.g. 2/6, 6/6, etc.) next to "choose" menu items * address regression impact of gameStateList changes
26 lines
319 B
Plaintext
26 lines
319 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.vscode
|