|
| 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