0% found this document useful (0 votes)
49 views

Pthon Game

1. The document describes a word puzzle game project created using Python. The game displays a table of randomly arranged letters with hidden words that the user must find by moving letters. 2. The minimum GUI requirements are described, including an N x N table, buttons to OK, reset, and exit the game, and a section listing the hidden words. 3. The document outlines the scope, limitations, and functionality of the game, and discusses how it can improve thinking skills. It also describes the Python modules and functions used to create the GUI and implement the game's workings.

Uploaded by

mi shishir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Pthon Game

1. The document describes a word puzzle game project created using Python. The game displays a table of randomly arranged letters with hidden words that the user must find by moving letters. 2. The minimum GUI requirements are described, including an N x N table, buttons to OK, reset, and exit the game, and a section listing the hidden words. 3. The document outlines the scope, limitations, and functionality of the game, and discusses how it can improve thinking skills. It also describes the Python modules and functions used to create the GUI and implement the game's workings.

Uploaded by

mi shishir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Word Puzzle Game

Python Project
Course Name: - INT306 Python Programming
Submitted To: - Harjeet Kaur

“School of Computer Science & Engineering”


Lovely Professional University

Submitted By: -

1. Pratik Khulge (12112923)


2. Abhishek Rathore (12101413)
3. Manikanta Suresh Krishna Reddy Dwarampudi (12112921)
Introduction
Designed a Puzzle Game in which, various letters will be shown in a table and
user can move horizontally, vertically or diagonally in order to make
meaningful words.
Written words in puzzle game and size of metrics will be `N*N`.
Word puzzles (also called word games) are spoken or board games often
designed to test ability with language or to explore its properties. Word games
are generally engaged as a source of entertainment, but have been found to
serve an educational purpose as well.

Project Description

The minimum requirement of GUI as follows:

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.

PythonGUI - Tkinter: - Python offers multiple options for developing GUI


(Graphical User Interface). Out of all the GUI methods, tkinter is most
commonly used method. It is a standard Python interface to the Tk GUI toolkit
shipped with Python. Python with tkinter outputs the fastest and easiest way
to create the GUI applications. Creating a GUI using tkinter is an easy task.

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.

Table: - Table will be of N * N order with many alphabets set in a random


order and with 6-7 meaningful words hidden in it.

Work Division

1. Pratik Khulge(12112923): - Interface of the game


2. Abhishek Rathore(12101413): - OK, RESET and Exit button
3. Manikanta Suresh Krishna Reddy Dwarampudi(12112921): - Content
inside table and working of game.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy