Word Search

Work Search Game using Tkinter in Python with Source Code

Submitted by razormist on
Work Search Game using Tkinter in Python with Source Code - This is a straightforward Python game application that utilizes the tkinter library to create a Word Search puzzle. The game is quite simple; your task is to find the given words within the word grid. Python Source Code.

WordSearch

Submitted by Oelasor on
WordSearch is a word puzzle/game, as its name implies, that lets the player look for hidden words in a board. The words are given/known to the player which makes the game a bit easier to deal with, provided the board size is not that big to explore at and there are fewer words to search for. VB 6.0 was used to develop the game's front-end application and MYSQL facilitated its back-end for storing