Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 406 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 406 Bytes

Motion Detection Game

Rules

The aim of the game is to press space key without being spotted by our computeur.

Technologie

Built with JavaScript using the

navigator.mediaDevices.getUserMedia(constraints)

function.

Installing

yarn install

Development

  • build:

    gulp
  • serve:

    gulp serve