From c87a31db642ac37c3989967bd9a469be5ef28531 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 30 Apr 2026 21:16:49 +0800 Subject: update readme --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..59a86c9 --- /dev/null +++ b/README @@ -0,0 +1,26 @@ +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. -- cgit v1.2.3