Word Search

Word Search screenshot
Word Search screenshot
Word Search screenshot

Project Description

This word search implementation was inspired by a version I had previously written while at Cineplex Digital Media. My previous attempt was made much simpler because of tighter restrictions (fewer words that were known ahead of time, large grid with few words, etc) but I wanted to revisit it and make it correctly. The main puzzle generator code was written with testability in mind. I broke each function down into smaller functions that could run on their own for easy testing. The next step for this project is to add an input screen for the user to select grid size and add words.

Technologies Used

TypeScriptjestReact.jsNext.jsTailwind

Project Links