You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Correct Flow Game created in python with tkinter gui.
In this script, the user gets 10 question one by one and he/she needs to enter the correct pattern or flow for the each question, and can see the final score at the last.
Along with final score user will also be shown the correct and the wrong answer count.
for dataset used data.json file and loaded the data using json library.
REQUIREMENTS :
python 3
tkinter module
from tkinter messagebox module
PIL module
json
How this Script works :
User just need to download the file and run the correct_flow_game.py on their local system.
And there is a RULES button, clicking on which user will be able to see the rules.
Now on the main window of the appplication, the user will get one by one 10 questions.
The score for each question will be shown at the top right corner o each page.
In each there will be four phases or steps given and user needs to enter the correct order in which that patterns must be followed.
When user has entered the flow(pattern) for given question, then clicking on the select button, next question will be shown on the screen.
Also there is a reset button, clicking on which allows the user to reset the option selected by the user to the default option.
Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.
At last the score will be shown at the last in new frame, with no. of correct and wrong answers.
Purpose :
This scripts helps player to increase the pattern searching skills.
Compilation Steps :
Install tkinter, PIL, json
After that download the code file, and run correct_flow_game.py on local system.
Then the script will start running and user can explore it by entering correct flow(pattern) for each level question.