| Age | Commit message (Collapse) | Author |
|
- keyboard support: arrow keys or `hjkl` to move cursor, Space to start
selection, Enter to confirm, Escape to cancel
- configurable settings: word placement directions, grid size, cell
size, colors, fonts, debug mode, and more via `GameSettings`
- modernize CSS (logical properties, grid layout) and HTML semantics
- refactor JavaScript code around single-responsibility principles
|
|
To resume :
Fix minor bug : If user select the same word, do nothing
On list : First letter Upper
On grid : Delete accents for lattin letters (french, Spanish...) and
hebrew letters
Write on grid the same letters : available to
Latin/Hebrew/Greek/Cyrillic/Arab/Chinese/Hiragana
|
|
|
|
If user re-select a word always find, this.solved is increment.
Now : To increment variable if the word of the list isn't <delete>
I fix a bug for me : in list, First letter Upper, with CSS instead of
javascript
|
|
|
|
Detect Greek, Japan(Hiragana), arab, cyrillic and chinese letter to
write on all grid
|
|
Delete niqqud hebrew on grid
Detect language Hebrew and place hebrew letters on grid
|
|
Let words with accents in the list, but delete the grid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|