Course:CPSC312-2023/Word Search

From UBC Wiki

Authors: Kallen, Alex

Contents

What is the problem?

Our goal is to make an application in which the user can provide an integer size and a set of words to the program and it will return a generated word search of that size including the provided words.

What is the something extra?

The console will display the word search game, along with the words inputted so that the player can print the game, or play it on their screen. It will also check to see if the user inputted enough words, so that it can fill in some words if needed. If time allows, we'll add the additional challenge of having words displayed backwards in the grid.

What did we learn from doing this?

(This should be written after you have done the work.) What is the bottom-line? Is functional programming suitable for (part-of) the task? Make sure you include the evidence for your claims.

Links to code etc