Welcome to Hackster!
Hackster is a community dedicated to learning hardware, from beginner to pro. Join us, it's free!
Smart Creativity
Published © CC BY

Hand Gesture Controlled Chrome Dinosaur Game/#smartcreativi

I will show you to how to control Chrome Dinosaur game only with the gesture of you Palm(hand).Fully functionable setup // World exclusive

BeginnerFull instructions provided1 hour441
Hand Gesture Controlled Chrome Dinosaur Game/#smartcreativi

Things used in this project

Hardware components

Circuit Playground Express
Adafruit Circuit Playground Express
×1
USB-A to Mini-USB Cable
USB-A to Mini-USB Cable
×1

Software apps and online services

MakeCode
Microsoft MakeCode

Hand tools and fabrication machines

Digilent Screwdriver
Digilent Screwdriver

Story

Read more

Schematics

Code Screenshot

Code Screenshot

Code

Code

Scratch
Just upload it
input.onGesture(Gesture.TiltRight, function () {
    keyboard.functionKey(KeyboardFunctionKey.UpArrow, KeyboardKeyEvent.Press)
})
input.onGesture(Gesture.TiltLeft, function () {
    keyboard.functionKey(KeyboardFunctionKey.DownArrow, KeyboardKeyEvent.Down)
})
input.onGesture(Gesture.FaceUp, function () {
    keyboard.functionKey(KeyboardFunctionKey.DownArrow, KeyboardKeyEvent.Up)
})
forever(function () {
	
})

Credits

Smart Creativity
25 projects • 36 followers
A creative student....🧒🧒🧑
Contact

Comments

Please log in or sign up to comment.