Skip to content

dnrm/word-search-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Search

Built in python for course TC1028 at Tec de Monterrey

File structure

.
├── README.md 
├── main.py 
├── utils.py
└── word_list.py

How to run

  1. Clone the repository
  2. Run the following command in the terminal
python main.py

How to play

  1. The program will ask you for the size of the board
  2. The program will display the board with random words from the word_list.py file and some random letters
  3. The program will ask you for a word to search
  4. The program will tell you if the word is in the board
  5. When all words are found, the program will display the time it took to find all the words

About

A python based word search game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages