Skip to content

A game wherein the players memorize the digits shown for 5 seconds and then are given 60 seconds to memorize the numbers and their exact positions as they were visible and enter their guesses. The correct analysis of the answers whether correctly answered or wrongly answered is then shown.

Notifications You must be signed in to change notification settings

ruchi961/Memorizer-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

🟢 Memorizer-Game

  • A game wherein the players memorize the digits shown for 5 seconds and then are given 60 seconds to memorize the numbers and their exact positions as they were visible and enter their guesses.
  • The correct analysis of the answers whether correctly answered or wrongly answered is then shown.

> Information

  • Language:

  • Date Created : Mar 2021

  • Created for : Innovative Project

  • Subject: Fundamentals of Algorithms

> Idea Behind the game :

  1. The game is called Memorizer, a game to test individual's capacity to remember.
  2. The game sets a timer and allows user to memorize the numbers available in the grid format.
  3. Once the timer is finished, the user can enter the number referring to the row and column of the same.
  4. The whole purpose of this game to test user’s capability to remember things and recollect information.
  5. lastly, statistics of wrong and correct answers is displayed

> Rules (Algorithm):

  1. Start Game
  2. Time starts for 5 seconds (As long as the timer is on the user cannot enter numbers)
  3. Timer ends, all the numbers are replaced with * to hide them.
  4. Attempt timer starts for 60 seconds, now the user can enter number by referring to its row and column.
  5. User clicks on check and is notified if the current ddanswer is right or wrong.
  6. After 65 seconds that is (5+60) the timer to attempt ends
  7. Use can now see the answer of total correct and wrong/not attempted questions.
  8. Game finished.

> Packages used

  • Tkinter

> Install Dependencies (Packages)

cd to scripts_Folder
pip install tkinter

> Output :

image

image

image

image

image

image

> Download and run in Python (IDLE) :

  • Run -> Run Module

About

A game wherein the players memorize the digits shown for 5 seconds and then are given 60 seconds to memorize the numbers and their exact positions as they were visible and enter their guesses. The correct analysis of the answers whether correctly answered or wrongly answered is then shown.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages