summaryrefslogtreecommitdiff
path: root/css/style.css
AgeCommit message (Collapse)Author
2026-04-30keyboard & touch navigation, configurable settings, and refactorZhineng Li
- 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
2016-06-21Fix minor BugShmuel83
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
2014-03-20Added very simple solved word tracker and Game Over overlay.Steven Thomas
2013-06-29Added word listlizhineng
2013-06-29Optimized the existing codelizhineng
2013-06-10Code refactoringLi Zhineng
2013-06-07optimized the expressions and fixed some bugslizhineng
2013-06-07First commitLi Zhineng