Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSSOC '24 : An OpenCV Game #1007

Closed
vishuhere opened this issue May 13, 2024 · 2 comments
Closed

GSSOC '24 : An OpenCV Game #1007

vishuhere opened this issue May 13, 2024 · 2 comments
Assignees
Labels
gssoc This level is for GSSOC

Comments

@vishuhere
Copy link

Is your proposal related to a problem? Please describe.

My proposal is related to leveraging OpenCV to create an interactive game. While OpenCV is primarily known for computer vision applications, this proposal aims to explore its potential in the realm of game development. By integrating computer vision features such as object detection, gesture recognition, and motion tracking, we can create innovative and immersive gaming experiences. This proposal seeks to demonstrate how OpenCV can be used to address the challenge of developing engaging and interactive games that go beyond traditional input methods.

Add any other context or screenshots about the proposal request here.

Implementation:

-> Installing openCV on my PC
-> Setting up the Game Environment: such as the game window and any objects or characters within it
-> Capture User Input and Update the game state: involves moving characters and updating scores
-> Implement Computer Vision: Utilize OpenCV for tasks like object detection and gesture recognition.
-> Integrate OpenCV: Combine computer vision features with game logic
-> Display Game State and then Continuously loop through the above steps until the user decides to quit.
-> Optimize and Polish: Improve performance and enhance user experience.

@vishuhere vishuhere changed the title GSSOC '24 : Proposing an OpenCV Game GSSOC '24 : Adding an OpenCV Game May 13, 2024
@vishuhere vishuhere changed the title GSSOC '24 : Adding an OpenCV Game GSSOC '24 : An OpenCV Game May 13, 2024
@Kushal997-das
Copy link
Owner

@vishuhere Can you have a screenshot of it for better understanding? Moreover, can you tell me in which folder are you going to add this project?

@Kushal997-das Kushal997-das added the Hold I’m waiting for additional responses before proceeding. label May 16, 2024
@vishuhere
Copy link
Author

vishuhere commented May 16, 2024

Sure! Here is the screenshot of what I will implement!

Screenshot (91)
Screenshot (92)

I am pretty sure that all had played this game in their lifetime https://flappybird.io/ . The interesting part is that I am going to add such gestures that your camera will detect your facial movement such that there will be no need to tap on the mouse.
The movement of your head in an up and down manner will guide the bird to tackle the obstacles.

PS: Model will be added under Project-Guidance Repository.
Folder: Machine Learning and Data Science.

@Kushal997-das Kushal997-das added gssoc This level is for GSSOC level2 Under level 2 Assigned and removed Hold I’m waiting for additional responses before proceeding. labels May 21, 2024
@Kushal997-das Kushal997-das removed Assigned level2 Under level 2 labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc This level is for GSSOC
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants