UTSAVS26 / PyVerse

PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
https://sites.google.com/view/pyverse-python-universe/
MIT License
69 stars 196 forks source link

[Code Addition Request]: Gesture Controlled snake game using opencv #587

Open 17arindam opened 2 weeks ago

17arindam commented 2 weeks ago

Have you completed your first issue?

Guidelines

Latest Merged PR Link

N/A

Project Description

This program can be used to play a Snake Game (or like it) by detecting hand gestures to control movement of the snake on the screen. It has been implemented in Python using OpenCV library. Although, the demo shown here refers to playing a Snake Game, it can be used to play any game or control any application using hand gestures only. This program shall be used to play a Snake Game by detecting hand gestures to control movement of the snake on the screen. It has been implemented in Python using OpenCV library. Although, the demo shown here refers to playing a Snake Game, it can be used to play any game or control any application using hand gestures only.

Full Name

Arindam Bera

Participant Role

GSSOC

github-actions[bot] commented 2 weeks ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

17arindam commented 2 weeks ago

@UTSAVS26 please review my pr