pegelf / Scope

LaserTag in the browser with Recoil hardware
https://scope-lasertag.glitch.me/
MIT License
2 stars 1 forks source link

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