Day 31 – Project 5

With Word Scramble, you can play by trying to form as many words as possible using the eight characters provided by the application.

The app checks that the word has at least three letters, verifies that it is a valid word and not just random characters, and ensures that the word has not been previously used. It assigns a score based on the number of letters used.

#games

New SwiftUI in this project

  • List
  • Strings
  • onAppear
  • Bundle
  • fatalError()
  • UITextChecker
  • and more

Trovi il codice nel mio repo pubblico su Github

Data