Word Search Generator
A downloadable tool for Windows
This project is not currently working.
This project was a personal challenge I decided to try over spring break of 2022. The goal of the challenge was to create a wordsearch generator that was capable of generating words and hiding them in a grid of random letters. The generator also needs to display the words in a list elsewhere on the page to let the player know what to look for.
Basic Functions:
- Generate grid of random letters.
- Select 10 locations on the grid randomly
- Test to see if the words will fit in this location - (Not working)
- Spawn the words in the location
Once I fix the current version of the program, I intend to add the following features in no particular order:
- Vertical and diagonal word generation.
- Title / Credit screen
- Loading Screens
- User Interface button objects
- User input functionality for users to create their own lists.
Status | Prototype |
Category | Tool |
Platforms | Windows |
Author | Samuel Geib |
Download
Download
WordSearch_Prototype.zip 4.6 MB
Install instructions
To run the program:
- Click on the red Download button below.
- Extract the zipped folder wherever you like
- Open the folder and double-click on WordSearch.exe