ML-ProjectKart icon indicating copy to clipboard operation
ML-ProjectKart copied to clipboard

Snake game using computer vision

Open surya-moorthy opened this issue 6 months ago • 0 comments

Related Issue

  • Info about the related issue

  • [ *] CSSOC 2024 Participant

  • [ *] Contributor

Closes: #607 Snake Game Using Compute Vision

adds-on

This Python script creates a fun and interactive Snake game controlled by your hand! Using OpenCV and MediaPipe's hand tracking, you can guide the snake with your index finger, eat food, grow longer, and rack up points. The game ends when the snake collides with itself or the screen's edge. Press 'r' to play again!

Checklist:

  • [* ] My code follows the guidelines of this project.
  • [ *] I have performed a self-review of my own code.
  • [ *] I have commented my code, particularly wherever it was hard to understand.
  • [ *] I have made corresponding changes to the documentation.
  • [ *] My changes generate no new warnings.
  • [ *] I have added things that prove my fix is effective or that my feature works.
  • [ *] Any dependent changes have been merged and published in downstream modules.

surya-moorthy avatar Aug 14 '24 17:08 surya-moorthy