Skip to content

A word search game created in Python using the PyQt5 framework ๐Ÿ”Ž

License

Notifications You must be signed in to change notification settings

mihi-r/word-search-mania

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

A word search game created in Python using the PyQt5 framework ๐Ÿ”Ž

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages