Skip to content

Commit f3bfcb1

Browse files
committed
Added Correct Flow Game in Pygame Scripts
1 parent e323673 commit f3bfcb1

File tree

14 files changed

+739
-0
lines changed

14 files changed

+739
-0
lines changed

Diff for: PyGamesScripts/Correct Flow Game/Images/1.gif

285 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/Images/2.gif

306 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/Images/3.gif

267 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/Images/4.gif

141 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/Images/5.gif

265 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/Images/6.gif

274 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/Images/7.gif

202 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/Images/8.gif

104 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/Images/front.gif

36 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/Images/score2.gif

35.3 KB
Loading

Diff for: PyGamesScripts/Correct Flow Game/README.md

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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

Comments
 (0)