Playing memory game is fun and the more harder it is the more challenging it is.

Overview

JACKPOT

GitHub followers PyPI - Downloads

Playing memory game is fun and the more harder it is the more challenging it is. Playing thi sgame make us stress free and also happy. So, I have decided to make a memory Game which people can play while doing work. To pass your time and to be little happy, play this wonderful memory game - JACKPOT while doing your work and sitting in front of your computer.

Docmentation

JACKPOT is a memory Game as a usual, but it has some little changes. In this game , voice of the computer is used to make it more interesting. This game has three levels - Easy, Intermediate and Impossible. There is no time limit in this game. But a single wrong answer can end the game. In Easy level - 5 words are there In Intermdiate level - 10 words are there In Impossible level - 15 words are there

All you have to do is to select a level. Then, carefully put your headphones, and listen to the instructions. Try to say the words. For each correct word, the computer will say correct and for a wrong word it will say wrong and will end the test. For your ease, I have set 1 second delay after each word spoken.

You can also see the source code in the main.py file. I have explained which things do what with comments.

Configuration of the project

  • Language => Python
  • Language Version => 3.9.5
  • Libraries Used => urllib.request, random, speech_recognition, pyttsx3 and time
  • Editor => VS Code

Getting Started

Minimum Requirements

  • Python 3
  • Editor.(Recommended:- Pycharm, VS Code)

Libraries Needed

  • pyttsx3 (Needed to install)
  • Al the libraries are installed

Process

  • import the libraries
  • fetch the word list of 10000 words from this link "https://www.mit.edu/~ecprice/wordlist.10000" using urllib
  • make the function which will give voice outputs and read the lines which will be given
  • make a function which will take the command from the microphone as an audio
  • make three levels and for each generate random numbers of some limit and append the words which are there at the indexes of the random numbers of the word list taken from the url in the new list.
  • use the function which will speak and with it speak the new list
  • reverse the new list
  • take the users voice and compare it with the reversed list. Done

Installation

If you don't want to write the code then, clone the repo:-

git clone https://github.com/Shreejan-35/JACKPOT.git

But install the libraries then run the main.py.

License

MIT

At last thank you to all who have visited my project.

You might also like...
An all-inclusive Python framework for the Riot Games League of Legends API. We focus on making the data easy and fun to work with, while providing all the tools necessary to create a website or do data analysis.

Cassiopeia A Python adaptation of the Riot Games League of Legends API (https://developer.riotgames.com/). Cassiopeia is the sister library to Orianna

A fun discord bot for music, mini games, admin controls, economy, ai chatbot and levelling system

A fun discord bot for music, mini games, admin controls, economy, ai chatbot and levelling system. This bot was specially made for Dspark discord server.

A simple script which allows you to see how much GEXP you earned for playing in the last Minecraft Hypixel server session

Project Landscape A simple script which allows you to see how much GEXP you earned for playing in the Minecraft Server Hypixel Usage Install python 3.

SuperChess is a GUI application for playing chess.

About SuperChess is a GUI application for playing chess. It is written in Python 3.10 programming language, uses PySide6 GUI library, python-chess lib

A python program for playing rock-paper-scissors with computer .
A python program for playing rock-paper-scissors with computer .

Rock_Paper_Scissors_Cut A time passing famous hand game known as rock paper scissors cut game. Starting from children to adults everyone plays this ga

My goofy little script for playing wordle
My goofy little script for playing wordle

my wordle "solver" My goofy little script for playing wordle. It actually runs really slowly at first but once you've added some info (e.g. which lett

A DDQN that learned to play tic tac toe by playing against itself
A DDQN that learned to play tic tac toe by playing against itself

TicTacToeAI A DDQN that learned to play tic tac toe by playing against itself Cu

Discord.py Gaming Bot🎮, for fun & engaging discord minigames
Discord.py Gaming Bot🎮, for fun & engaging discord minigames

Status 🧭 This Project will not no longer be developed/finished due to a) discord.py's ( main dependency ) discontinuation b) My personal lack of int

Parkour game made in Python with Ursina Game Engine along with ano0002, Greeny127 and Someone-github
Releases(1.0)
Owner
Shreejan Dolai
Hi there, I am Shreejan. I am a student and reading in class 9. I know- C, C++, Python, and javascript. I do competitive programming and learning DSA.
Shreejan Dolai
Easy and fun game to play a bit. Written in python

NumGuesser Easy and fun game to play a bit. Written in python

Lodi#0001 4 May 22, 2022
A fun, casual and strategic game made using Python!

Steve's Pixels A fun, casual and strategic game made using Python! Prerequisites See requirements.txt Demo video demo.mp4 Usage python -m steves_pixel

Jaivardhan Bhola 9 Sep 17, 2022
Blackjack-Py is a terminal based game of blackjack within your terminal playing against CPU.

About Blackjack-Py is a terminal based game of blackjack within your terminal playing against CPU. Usage Clone the repo and run it with whatever pytho

Eccentrici 1 Dec 28, 2021
Tekken-python-ml - A project of playing tekken game using python

Tekken Python Description Hi this is new project of playing tekken game using py

Programminghut 13 Dec 30, 2022
A small fun project to simulate Conway's Game of Life, created in Python.

A small fun project to simulate Conway's Game of Life, created in Python. Conway's Game of Life simulates a grid of cells, where the state of each cell consists of whether the cell is alive or dead.

Harrison Verrios 1 Jun 19, 2022
This project is an exciting fun game for beginners to build up

This project is an exciting fun game for beginners to build up. The program generates a random number from 1 to 10, or 1 to 100 any range that is specified and the user must guess the number after a hint from the computer.

PyLaboratory 0 Feb 7, 2022
Blender Game Engine Game Type Templates Logic Bricks (and Python script) based Game Templates for Blender

Blender-Game-Engine-Templates Blender Game Engine Game Type Templates Logic Bric

null 3 Oct 25, 2022
HTTP API for FGO game data. Transform the raw game data into something a bit more manageable.

FGO game data API HTTP API for FGO game data. Transform the raw game data into something a bit more manageable. View the API documentation here: https

Atlas Academy 51 Dec 26, 2022
Memory game in Python

Concentration - Memory Game Concentration is a memory game written in Python, inspired by memory-game. Description As stated in the introduction of th

Marco Colonna 0 Jul 21, 2022
learn and have fun developing 2D retro games using python and pygame

Retro 2D Game Development Using Python + PyGame Skill up your programming skills with a walk down the memory lane. Learn how to create a retro 2D game

Marvin Trilles 1 Feb 23, 2022