8000 GitHub - Bosh-Kuo/Post-Flappy-Bird: A computer vision based flappy bird web-game. Click the demo button and follow the game instruction. Enjoy the game!!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bosh-Kuo/Post-Flappy-Bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post Flappy Bird Game

Desciption

It's a React + Tensorflow.js frontend web-game project. Tesnsorflow.js is a powerful and convenient deep learning libary. I use Movenet in tfjs-models to do single human body pose detection. MoveNet is an ultra fast and accurate model that detects 17 keypoints of a body.

pose detection


I use the shoulder key points and wrist key points to controll the flappy bird. Try to mimic bird flying and flap you arm, you will see the bird flying up ! Furthermore, this game will use you web-cam to detect your pose. But don't worry, even though you don't have web-cam you still can use mouse to play the game. Please follow the instruction and enjoy the game ! demo

demo link: https://post-flappy-bird.netlify.app/

Please follow the game instruction and enjoy the game!

Install

  1. clone this repo

  2. Install frontend package
    yarn:

    cd post-flappy-bird 
    yarn

    npm:

    cd post-flappy-bird 
    npm install

Run in localhost

yarn:

yarn start

npm:

npm start

Reference

About

A computer vision based flappy bird web-game. Click the demo button and follow the game instruction. Enjoy the game!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0