https://github.com/rami-majdoub/blow-bubble
A simple game in javascript using posenet try it here =>
https://github.com/rami-majdoub/blow-bubble
first-app game hacktoberfest javascript miniproject ml5 posenet
Last synced: 3 months ago
JSON representation
A simple game in javascript using posenet try it here =>
- Host: GitHub
- URL: https://github.com/rami-majdoub/blow-bubble
- Owner: Rami-Majdoub
- License: apache-2.0
- Created: 2020-01-10T22:55:01.000Z (over 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-06-16T19:14:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T12:47:03.190Z (4 months ago)
- Topics: first-app, game, hacktoberfest, javascript, miniproject, ml5, posenet
- Language: JavaScript
- Homepage: https://rami-majdoub.github.io/Blow-Bubble/
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blow Bubble
A simple game in javascript using [posenet](https://github.com/tensorflow/tfjs-models/tree/master/posenet).
This game is made to show the power of AI and its ability to locate the Humain body parts (hands, legs, face...).
The camera capture a video image which gets processed by the model.
A JSON object is returned containing the body part names (as keys) and their position (as values) on the image.
In this project, I used the hand position for the controls.### How to play
Move your hands to blow up the bubbles (the circles).
You lose if you miss 10 of them.## screenshots

