Skip to content

alexyoon26/VirtualPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMU 2022 Hack112 Hackathon: VirtualPong

2022 Hack112 3rd Place Winner!

VirtualPong is a virtual water pong simulation powered by OpenCV, tracking the player's hand movements using a stereo camera system to accurately portray the desired movement. The final positioning of the ball is calculated from the change in x and velocity taken from the cameras working with OpenCV. The graphical elements are simulated using vpython, modeling the 3D demonstration of a pong table on a virtual environment.

Required Modules

  • cv2 (OpenCV)
  • vpython
  • math
  • numpy
  • sys
  • time

How To Play VirtualPong

  1. run main.py
  2. enjoy!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages