Rami-Majdoub / Blow-Bubble

A simple game in javascript using posenet try it here =>

Home Page:https://rami-majdoub.github.io/Blow-Bubble/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blow Bubble

A simple game in javascript using 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

Home Screen Game Screen

About

A simple game in javascript using posenet try it here =>

https://rami-majdoub.github.io/Blow-Bubble/

License:Apache License 2.0


Languages

Language:JavaScript 94.4%Language:HTML 5.6%