Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 565 Bytes

File metadata and controls

10 lines (9 loc) · 565 Bytes

Assignment - Word Search

  • Implement a word search game web app in Elm
    • The user should see:
      • 1) a list of words to search for, and
      • 2) a rectangular board (consisting of letters) to search in using appropriate input method.
    • The words found should be marked as found both on the game board and in the list of searched words.
    • The boards should be generated randomly from a wordlist.
      • The user should be able to specify a number of words to search for.
    • The user should be able to specify a custom wordlist in an appropriate format.