Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 480 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 480 Bytes

Scope

LaserTag in the browser with Recoil hardware

Compatibility

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.

Installation (*nix)

$ git clone https://github.com/pegelf/Scope.git
$ cd Scope
$ npm install
$ npm run dev