Skip to content

garysun1/Word-Hunt-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Hunt Web

A web-based version of Word Hunt that randomly generates 4x4 boards and displays valid words.

Live Demo

Visit the demo at https://garysun1.github.io/Word-Hunt-Web/

Features

  • Dictionary Integration: Employs a corpus of English words as a dictionary (public/words.txt)
  • Real-time Board Generation: Generates new boards and discovers all valid words with minimal latency
  • Path Visualization: Highlights valid word paths using numbered sequences
  • Adaptive Design: Works on desktop and mobile devices

Technical Implementation

  • Frontend: React with modern hooks (src/App.js)
  • Backend: Trie-based algorithm for efficient performance with large dictionaries (~200k words) (src/WordFinder.js)
  • Styling: CSS with responsive grid layouts (src/App.css)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors