Pthon Game
Pthon Game
Python Project
Course Name: - INT306 Python Programming
Submitted To: - Harjeet Kaur
Submitted By: -
Project Description
Use Above Written words in your puzzle game and size of metrics will be N*N.
In this project we are going to develop a puzzle game which is GUI based
using python programming language.
Word games (also called word game puzzles) are spoken or board games
often designed to test ability with language or to explore its properties.
Word games are generally used as a source of entertainment, but can
additionally serve an educational purpose. Young children can enjoy playing
games such as Hangman, while naturally developing important language
skills like spelling. While Hangman is a seriously dark game, what we like to
focus on is the development of the children. Researchers have found that
adults who regularly solved crossword puzzles, which require familiarity with a
larger vocabulary, had better brain function later in life.
This project will be a dependent on user only, as there will be many English
words will be hidden and user have to find them one by one.
This game will consist of table with many alphabets set in a random order and
many English meaningful words will be hidden between them. User have to
find them one by one as soon as possible.
At the top game, name will be written there followed by, computer will ask the
user to enter his/her name in the next step.
Then we will have table of alphabets and background will be of beautiful solid
colour.
At the right side of table will have “Content of Words”, this section it will
contains all the words those are hidden in that table. So that it will be easy for
the user to search for a particular word.
At the bottom we will have “OK” and “Reset” and “Exit” button.
In this project we will take various function and keywords in order to make it
look attractive and proper functioning without getting any error and as per
requirement and maintain the basic requirement as per the topic and basic
requirement given to us.
Scope of project
- The objective of the proposed project is to increase the thinking capability.
- The game having all the records which you perform in playing you can select
easy, hard level according to your choice. You can make your own puzzle
game and at any step you can go back to one step as well as you can see the
solution of it.
- It is manually a very difficult job to perform and its need a lot of recalling,
reminding and mathematical calculation. The game of word puzzle help to
increase mental thinking, vision etc.
Project Limitation
- The problem faced by this system "WORD PUZZLE GAME" is this that it only
run in desktop.
- If you want to access this game then you must have python installed in your
desktop.
- The limitation of this project that you not access it in your mobile device or in
android devices.
Solving methods
A simple way to solve a word puzzle game is to simply moving a letter square
boxes one by one and observe them weather they are forming a meaning
word or not and try detect a smaller word in first priority as small meaningful
word together can make big meaning word.
Python Module
For making the word puzzle game we will use various functions, inputs and
python libraries but mainly we will use tkinter.
To create a tkinter:
1. Importing the module – tkinter
2. Create the main window (container)
3. Add any number of widgets to the main window
4. Apply the event Trigger on the widgets.
Functionality
OK Button- In OK button user have to press after searching all the words
hidden in that table.
Reset Button: - In RESET button, if user wants to reset the whole game then
he/she can press RESET button which will be on the bottom of that game in
the right side of OK button.
EXIT Button: - If user wants to take exit from the game then user can click on
EXIT button to get out of the game any time.
Work Division