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.
- Pattern Recall Grid – A memory challenge game.
- Tower of Hanoi (Advanced) – A multi-level puzzle game with gesture control and leaderboard.
- Musical Maze – A level-based game combining platformer mechanics and music memory challenges.
- Language: Python
- Libraries: Pygame, OpenCV, MediaPipe
- Platform: Windows 10/11
- 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