Skip to content

Instantly share code, notes, and snippets.

@kpkpkps
kpkpkps / Hand-Controlled-Tetris
Created July 11, 2021 10:13
Hand Controlled Tetris | Python: Pygame, OpenCV and Mediapipe
import pygame
import cv2
import mediapipe as mp
import os
import random
'''
Thank you "Tech With Tim" and "Murtaza's Workshop" for great free python tutorials on youtube that help me so much with this work
Tech With Tim | Making Tetris Tutorial: https://www.youtube.com/watch?v=uoR4ilCWwKA
Murtaza's Workshop | Hand Tracking Tutorial: https://www.youtube.com/watch?v=p5Z_GGRCI5s