Word Search Mania is a full featured customizable Python 3 word search game created using the PyQt5 framework. With Word Search Mania, words are randomly pulled out of a dictionary text file which contains around 370K words. A custom word bank can also be created in the customization menu.
A full list of features include:
- Choose size of word seach matrix
- Add custom words
- Choose how words are generated in the matrix
- High scores for different game modes
You can deploy your own version of the game onto your machine.
- Python 3
- PyQt5
You can get PyQt5 using pip:
pip3 install pyqt5
First, clone the repo. Next, you can run the source file on the terminal to start the game:
python3 source1.py
This project is licensed under the MIT License โ see the LICENSE.md file for details.