Word Finder: Learn & Fun game written in Swift.
Features:
Randomized grid
-word generator fetches words via an async GET request, and generates n words in the specified range
-words are placed in random positions and directions in a 2D array
Drag Select Generates Closest Linear Line
-the algorithm is optmized to check a maximum of 3/8 directions, and uses the pythagorean theorem on each to determine the line -closest to the drag position