From 68c9b7560642c802ca3bfe6d7e0f7a8c54412c40 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 30 Apr 2026 10:33:23 +0800 Subject: keyboard & touch navigation, configurable settings, and refactor - 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 --- index.html | 97 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 73 insertions(+), 24 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 28574fc..358497e 100644 --- a/index.html +++ b/index.html @@ -2,32 +2,81 @@ - Word search game - - + + + Word Search + -
-

Word search game

-
- -
- Fork me on GitHub - - - - \ No newline at end of file + -- cgit v1.2.3