summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-04-30 21:16:49 +0800
committerZhineng Li <[email protected]>2026-04-30 21:16:49 +0800
commitc87a31db642ac37c3989967bd9a469be5ef28531 (patch)
tree80a46b04abd1f475c049728eed1b03c436fdf6e9 /README
parent29139678fcaaaefd50d2210b6517791fd0167b22 (diff)
downloadword-search-game-c87a31db642ac37c3989967bd9a469be5ef28531.tar.gz
word-search-game-c87a31db642ac37c3989967bd9a469be5ef28531.zip
update readme
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
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 <[email protected]>
+
+
+License
+=======
+
+The code is released under the MIT license.