Skip to content

familug/word

Repository files navigation

Kids Word Square

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.

Run locally

npm install
python3 -m http.server 4173

Open http://127.0.0.1:4173.

Test (red/green TDD flow)

# run unit/integration tests
npm test

# run browser smoke test
npm run test:smoke

# run everything
npm run test:all

Deploy to GitHub Pages

  1. Push to main.
  2. In GitHub, enable Pages with GitHub Actions as source.
  3. Workflow .github/workflows/pages.yml tests and deploys the static site.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors