Making a motion sensing slicing games
- Install VS Code
- Copy web url
- Open VS Code
- Click on Clone Git Repository
- Paste the link into the text box and press enter
- In the terminal, make sure you are in interactive game
- Then type
cd posenet
to move into the posenet folder - Type
npm install
into the terminal command line to make sure you have npm installed :p - After successfully installing node (which is what
npm install
does) run the command "npm run start" - Allow for everything it asks for (I 100% promise I am not making you install a virus)
- (Optionally to see the posenet model in action) Click on the "Go to Practice" the "Start Game" and allow the camera to be used