Skip to content

rozzasun/donuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donuts

Word search 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

Status Bar

  • status bar tracks the number of words found and the current selection, achieved using SwiftUI states

About

Word search puzzle game written in Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages