Word Search Game ================ A word search game built with the JavaScript Canvas API. It supports mouse, touch, and keyboard selection, and is straightforward to customize. Development =========== The script uses ES modules, so `index.html` must be served via an HTTP server rather than opened directly from the filesystem. npx serve . Author ====== Zhineng Li License ======= The code is released under the MIT license.