Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 884 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 884 Bytes

Motion Controlled Snake Game

A motion controlled version of the traditional Snake game made using TensorFlowJS

  1. PoseNet model used to detect the position of the nose in real time.
  2. TensorFlowJS used to implement this model in-broswer.
  3. p5.js used for the nose tracking logic as it goes well with the ml5 API.

Preview

Preview_gif

Screenshot

Local Setup

1 .Clone the repository using the command : git clone https://github.com/Yajassardana/Motion-Control-Snake-Game.git

2. Open index.html

Volia! You're good to go!