summaryrefslogtreecommitdiff
path: root/README
blob: 59a86c98c0b3086cc2ef7daca3a260e1f6a623c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.