Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Odd Symbol Find Game #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Odd Symbol Find Game/Images/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/odd_symbol.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/sample_video.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Odd Symbol Find Game/Images/score1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions Odd Symbol Find Game/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
## ✔ ODD SYMBOL FIND GAME
- An "Odd Symbol Find Game" is a game created in python with tkinter gui.
- In this game player will be given 5 Levels.
- For each level Player need to first click on that level button and find the position of odd symbol(one which is different from all other) in the given level board.
- The points each level will be shown at the top right corner.
- At last, final score will be shown along with count of correct and wrong answer.

****

### REQUIREMENTS :
- python 3
- tkinter module
- from tkinter messagebox module

****

### How this Script works :
- User just need to download the file and run the odd_symbol_find_game.py on their local system.
- Now on the main window of the game, the player can see start playing the game using START button.
- Before starting player should see the rules for this game by clicking on RULES button.
- And after that player can start playing and see the score at the last.
- Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.

### Purpose :
- The basic purpose of this game is to check how good is the eyesight of the player, as it is game of finding odd ones from bunch of symbols.

### Compilation Steps :
- Install tkinter, pandas
- After that download the code file, and run odd_symbol_find_game.py on local system.
- Then the game will start running and you can play the game and watch the final score at last.

### SCREENSHOTS :

<p align="center">
<img width = 1000 src="Images/1.jpg" /><br>
<img width = 1000 src="Images/2.jpg" /><br>
<img width = 1000 src="Images/3.jpg" /><br>
<img width = 1000 src="Images/4.jpg" /><br>
<img width = 1000 src="Images/5.jpg" /><br>
<img width = 1000 src="Images/6.jpg" /><br>
<img width = 1000 src="Images/7.jpg" /><br>
<img width = 1000 src="Images/8.jpg" /><br>
<img width = 1000 src="Images/9.jpg" /><br>
<img width = 1000 src="Images/10.jpg" /><br>
</p>

****

### Below is link to video of how game is to be played :
<p align="center">
<img src="Images/sample_video.gif" /><br>
</p>
2,325 changes: 2,325 additions & 0 deletions Odd Symbol Find Game/odd_symbol_find_game.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Odd Symbol Find Game/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
libraries used : tkinter
messagebox