diff options
| author | Zhineng Li <[email protected]> | 2026-04-30 21:16:49 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-04-30 21:16:49 +0800 |
| commit | c87a31db642ac37c3989967bd9a469be5ef28531 (patch) | |
| tree | 80a46b04abd1f475c049728eed1b03c436fdf6e9 /README | |
| parent | 29139678fcaaaefd50d2210b6517791fd0167b22 (diff) | |
| download | word-search-game-c87a31db642ac37c3989967bd9a469be5ef28531.tar.gz word-search-game-c87a31db642ac37c3989967bd9a469be5ef28531.zip | |
update readme
Diffstat (limited to 'README')
| -rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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. |
