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 --- js/utility.min.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 js/utility.min.js (limited to 'js/utility.min.js') diff --git a/js/utility.min.js b/js/utility.min.js deleted file mode 100644 index a8b0a58..0000000 --- a/js/utility.min.js +++ /dev/null @@ -1 +0,0 @@ -"function"!=typeof Math.rangeInt&&(Math.rangeInt=function(n,t){return void 0==t&&(t=n,n=0),Math.floor(Math.random()*(t-n+1))+n}),"function"!=typeof Object.merge&&(Object.merge=function(n,t){for(var e in n)t[e]=n[e];return t}); \ No newline at end of file -- cgit v1.2.3