Skip to content

Commit 0b57ee3

Browse files
committed
Added Decode Image Game in Pygames Scripts
1 parent 646a0a6 commit 0b57ee3

23 files changed

+418
-0
lines changed

Diff for: PyGamesScripts/Decode Image Game/Images/1.jpg

81.2 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/10.jpg

98.9 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/11.jpg

97.7 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/2.jpg

102 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/3.jpg

122 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/4.jpg

109 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/5.jpg

97.2 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/6.jpg

104 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/7.jpg

113 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/8.jpg

115 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/9.jpg

106 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/front.jpg

52.1 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/img1.gif

62.8 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/img2.gif

51.3 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/img3.gif

61 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/img4.gif

67.1 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/img5.gif

73.5 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/img6.gif

69.6 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/img7.gif

56 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/Images/img8.gif

51.4 KB
Loading

Diff for: PyGamesScripts/Decode Image Game/README.md

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# ✔ DECODE IMAGE GAME
2+
- ### A Decode Image Game created in python with tkinter gui.
3+
- ### In this game, there will be different level and for each level user will be shown an image and user need to decode that image and write the correct word for that image in the entry box.
4+
- ### After entering , user can check whether his/her answer is correct or not.
5+
- ### If Answer is not correct, it also shows the correct answer to the user.
6+
7+
****
8+
9+
# REQUIREMENTS :
10+
- ### python 3
11+
- ### tkinter module
12+
- ### from tkinter messagebox module
13+
- ### PIL module
14+
15+
****
16+
17+
# How this Script works :
18+
- ### User just need to download the file and run the decode_image_game.py on their local system.
19+
- ### Now on the main window of the appplication, the user will able to see two button, START and EXIT.
20+
- ### When user clicks on the START button, main game GUI will open.
21+
- ### Here user can see the rules by clicking on the RULES button.
22+
- ### User will be able to see different level and for each level user will be shown an image and user need to decode that image and write the correct word for that image in the entry box.
23+
- ### After entering , user can check whether his/her answer is correct or not.
24+
- ### If Answer is not correct, it also shows the correct answer to the user.
25+
- ### Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.
26+
- ### At last the score will be shown at the last in new frame, with no. of correct and wrong answers.
27+
28+
# Purpose :
29+
- #### This game will helps user to build the great IQ level when player plays and decode images.
30+
31+
# Compilation Steps :
32+
- #### Install tkinter, PIL
33+
- #### After that download the code file, and run decode_image_game.py on local system.
34+
- #### Then the game will start running and user can explore it by selecting each level and decoding imagem shown in each level.
35+
36+
****
37+
38+
# SCREENSHOTS :
39+
40+
****
41+
42+
<p align="center">
43+
<img width = 1000 src="Images/1.jpg" /><br>
44+
<img width = 1000 src="Images/2.jpg" /><br>
45+
<img width = 1000 src="Images/3.jpg" /><br>
46+
<img width = 1000 src="Images/4.jpg" /><br>
47+
<img width = 1000 src="Images/5.jpg" /><br>
48+
<img width = 1000 src="Images/6.jpg" /><br>
49+
<img width = 1000 src="Images/7.jpg" /><br>
50+
<img width = 1000 src="Images/8.jpg" /><br>
51+
<img width = 1000 src="Images/9.jpg" /><br>
52+
<img width = 1000 src="Images/10.jpg" /><br>
53+
<img width = 1000 src="Images/11.jpg" /><br>
54+
</p>
55+
56+
****
57+
58+
# Name :
59+
- ### Akash Ramanand Rajak

0 commit comments

Comments
 (0)