Skip to content

Cognitive-based games developed during DRID Summer Internship 2025 | Includes Pattern Recall Grid, Tower of Hanoi (Advanced), and Musical Maze with gesture control.

Notifications You must be signed in to change notification settings

PoonamxGit/DRID-Internship-Cognitive-Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

===============================

MAIN README.md (Root of Repo)

===============================

DRID Internship Projects – Cognitive Games

This repository contains the cognitive-based games I developed during my DRID Summer Internship 2025 at Jaypee Institute of Information Technology. These games aim to improve memory, attention, and problem-solving skills through interactive gameplay.


Games Developed:

  1. Pattern Recall Grid – A memory challenge game.
  2. Tower of Hanoi (Advanced) – A multi-level puzzle game with gesture control and leaderboard.
  3. Musical Maze – A level-based game combining platformer mechanics and music memory challenges.

Tech Stack:

  • Language: Python
  • Libraries: Pygame, OpenCV, MediaPipe
  • Platform: Windows 10/11

How to Run Any Game:

  1. Install dependencies:
pip install -r requirements.txt
2. Run the game script:
```bash
python <game_file>.py

---

###  Demo Videos:
Pattern Recall Grid: https://drive.google.com/file/d/1IlVCpRIYhtpe92no9xVxs4ATN5ZgzxnM/view?usp=drivesdk 

Tower of Hanoi: https://drive.google.com/file/d/1IpLBZaRnGOK22tV79kSZHWtkxxSqFP2X/view?usp=drivesdk

https://drive.google.com/file/d/1Ioi-vWE1RdXWor_r4hOVP7fufyL-iZlI/view?usp=drivesdk

Musical Maze: https://drive.google.com/file/d/1IugHhNotkXAwaS9M_HgU6jRznKA1P6q1/view?usp=drivesdk 

---

###  Features:
Gesture Control: Tower of Hanoi and Musical Maze use OpenCV + MediaPipe.

Cognitive Skills: Enhances memory, planning, and motor coordination.

Accessibility: Gesture-based input for users with motor challenges.

---

###  Repository Structure:
DRID-Internship-Poonam/

├── README.md

├── PatternRecallGrid/
│   ├── pattern_recall.py
│   ├── requirements.txt
│   └── README.md

├── TowerOfHanoi/
│   ├── TowerOfHanoi.py
│   ├── leaderboard.json
│   ├── requirements.txt
│   └── README.md

└── MusicalMaze/
    ├── 19FINALCV.py
    ├── sounds/
    ├── images/
    ├── kenney_tinny/
    ├── requirements.txt
    └── README.md

About

Cognitive-based games developed during DRID Summer Internship 2025 | Includes Pattern Recall Grid, Tower of Hanoi (Advanced), and Musical Maze with gesture control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages