Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.2 KB

Word Search Mania

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:

  1. Choose size of word seach matrix
  2. Add custom words
  3. Choose how words are generated in the matrix
  4. High scores for different game modes

Demo

Demo for word seach mania.

Getting Started

You can deploy your own version of the game onto your machine.

Prerequisites

  • Python 3
  • PyQt5

You can get PyQt5 using pip:

pip3 install pyqt5

Instructions

First, clone the repo. Next, you can run the source file on the terminal to start the game:

python3 source1.py

Credits

License

This project is licensed under the MIT License — see the LICENSE.md file for details.