Goal:
Fill the grid with valid words reading across and down. Every letter must fit the puzzle's numerical and vowel constraints.
How it works:
- Each letter has a point value equal to its position in the alphabet (A=1, B=2, etc.).
- The grid is divided into cages (the outlined regions) with a target number in the upper-left corner.
- The sum of the letter values in a cage must equal that target number.
- The number in parentheses next to the target tells you how many vowels must appear in that cage.