LaserTag in the browser with Recoil hardware
Currently only chromium based browsers support the web bluetooth api that is required for Scope to work. (Chrome, Brave, etc.)
If your browser is older, you might need to enable the #experimental-web-platform-features
flag in about://flags
.
Devices running iOS are not supported.
$ git clone https://github.com/pegelf/Scope.git
$ cd Scope
$ npm install
$ npm run dev