ShouryaTyagi042 / Ping-Pong

The Hand Gesture Controlled Ping Pong Game is a fun and interactive project that allows you to control a ping pong game using hand gestures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand Gesture Controlled Ping Pong

The Hand Gesture Controlled Ping Pong Game is a fun and interactive project that allows you to control a ping pong game using hand gestures. In this project, a slider will be moved to and fro based on your hand gestures, and the movement of the slider will determine the movement of the ping pong ball within the game.

Prerequisites

Before you begin, ensure you have the following prerequisites:

  • Python 3.x installed on your system.
  • Webcam or camera connected to your computer.

Installation

  • Clone or download the repository to your local machine.
git clone https://github.com/EmrNITK/Ping-Pong
  • Navigate to the project directory.
cd Ping-Pong
  • Install the required dependencies using pip.
pip install -r requirements.txt

Contributing

Contributions are welcome! If you find any bugs or want to add new features, please follow these steps:

  • Fork the repository.
  • Create a new branch: git checkout -b feature/new-feature.
  • Make your changes and commit them: git commit -am 'Add a new feature.
  • Push the branch to your forked repository: git push origin feature/new-feature.
  • Submit a pull request detailing your changes.

License

This project is licensed under the MIT License.

About

The Hand Gesture Controlled Ping Pong Game is a fun and interactive project that allows you to control a ping pong game using hand gestures.

License:MIT License


Languages

Language:Python 100.0%