- 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.
-
Date Created : Mar 2021
-
Created for : Innovative Project
-
Subject: Fundamentals of Algorithms
- The game is called Memorizer, a game to test individual's capacity to remember.
- The game sets a timer and allows user to memorize the numbers available in the grid format.
- Once the timer is finished, the user can enter the number referring to the row and column of the same.
- The whole purpose of this game to test user’s capability to remember things and recollect information.
- lastly, statistics of wrong and correct answers is displayed
- Start Game
- Time starts for 5 seconds (As long as the timer is on the user cannot enter numbers)
- Timer ends, all the numbers are replaced with * to hide them.
- Attempt timer starts for 60 seconds, now the user can enter number by referring to its row and column.
- User clicks on check and is notified if the current ddanswer is right or wrong.
- After 65 seconds that is (5+60) the timer to attempt ends
- Use can now see the answer of total correct and wrong/not attempted questions.
- Game finished.
- Tkinter
cd to scripts_Folder
pip install tkinter
- Run -> Run Module