|
| 1 | +# ✔ CORRECT FLOW GAME |
| 2 | +- #### A Correct Flow Game created in python with tkinter gui. |
| 3 | +- #### 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. |
| 4 | +- #### Along with final score user will also be shown the correct and the wrong answer count. |
| 5 | +- #### for dataser used data.json file and loaded the data using json library. |
| 6 | + |
| 7 | +**** |
| 8 | + |
| 9 | +# REQUIREMENTS : |
| 10 | +- #### python 3 |
| 11 | +- #### tkinter module |
| 12 | +- #### from tkinter messagebox module |
| 13 | +- #### PIL module |
| 14 | +- #### json |
| 15 | + |
| 16 | +**** |
| 17 | + |
| 18 | +# How this Script works : |
| 19 | +- #### User just need to download the file and run the correct_flow_game.py on their local system. |
| 20 | +- #### And there is a RULES button, clicking on which user will be able to see the rules. |
| 21 | +- #### Now on the main window of the appplication, the user will get one by one 10 questions. |
| 22 | +- #### The score for each question will be shown at the top right corner o each page. |
| 23 | +- #### 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. |
| 24 | +- #### When user has entered the flow(pattern) for given question, then clicking on the select button, next question will be shown on the screen. |
| 25 | +- #### Also there is a reset button, clicking on which allows the user to reset the option selected by the user to the default option. |
| 26 | +- #### Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window. |
| 27 | +- #### At last the score will be shown at the last in new frame, with no. of correct and wrong answers. |
| 28 | + |
| 29 | +# Purpose : |
| 30 | +- #### This scripts helps player to increase the pattern searching skills. |
| 31 | + |
| 32 | +# Compilation Steps : |
| 33 | +- #### Install tkinter, PIL, json |
| 34 | +- #### After that download the code file, and run correct_flow_game.py on local system. |
| 35 | +- #### Then the script will start running and user can explore it by entering correct flow(pattern) for each level question. |
| 36 | + |
| 37 | +**** |
| 38 | + |
| 39 | +# SCREENSHOTS : |
| 40 | + |
| 41 | +**** |
| 42 | + |
| 43 | +<p align="center"> |
| 44 | + <img width = 1000 src="Images/1.jpg" /><br> |
| 45 | + <img width = 1000 src="Images/2.jpg" /><br> |
| 46 | + <img width = 1000 src="Images/3.jpg" /><br> |
| 47 | + <img width = 1000 src="Images/4.jpg" /><br> |
| 48 | + <img width = 1000 src="Images/5.jpg" /><br> |
| 49 | + <img width = 1000 src="Images/6.jpg" /><br> |
| 50 | + <img width = 1000 src="Images/7.jpg" /><br> |
| 51 | + <img width = 1000 src="Images/8.jpg" /><br> |
| 52 | +</p> |
| 53 | + |
| 54 | +**** |
| 55 | + |
| 56 | +# Name : |
| 57 | +- ### Akash Ramanand Rajak |
| 58 | + |
0 commit comments