Built in python for course TC1028 at Tec de Monterrey
.
├── README.md
├── main.py
├── utils.py
└── word_list.py
- Clone the repository
- Run the following command in the terminal
python main.py
- The program will ask you for the size of the board
- The program will display the board with random words from the
word_list.py
file and some random letters - The program will ask you for a word to search
- The program will tell you if the word is in the board
- When all words are found, the program will display the time it took to find all the words