Crossword-like square word game for children under 6 to learn English words.
Players drag across visible letters to find up to 4 words, and correct words are spoken with text-to-speech.
npm install
python3 -m http.server 4173Open http://127.0.0.1:4173.
# run unit/integration tests
npm test
# run browser smoke test
npm run test:smoke
# run everything
npm run test:all- Push to
main. - In GitHub, enable Pages with GitHub Actions as source.
- Workflow
.github/workflows/pages.ymltests and deploys the static site.