{% extends "base.html" %} {% block active_page %}{% set active_page = "about" %}{% end %} {% block title %}Word Search â About{% end %} {% block content %}
Word Search is a browser-based puzzle game where you find hidden words in a grid of letters. Words can be placed horizontally, vertically, or diagonally â forwards or backwards. The backend generates puzzles, validates your selections, and tracks your progress in real time.
The source code for this project is available on GitHub:
github.com/mathewguest/wordsearch
Watch a video showing off Claude Code building this project:
Watch on YouTube