This userscript renders your TagPro games in 3D using THREE.js.
- Install Tampermonkey.
- Click on this link and select "Install": tagpro-3d.user.js.
- Go play TagPro in 3D!
-
Build userscript
npm install # build once npm run build # build & watch for changes npm run watch
-
Copy-paste contents of
docs/tagpro-3d.user.js
to TamperMonkey.
-
Bump patch/minor/major version
npm version patch
-
Build
npm run build # git add -A # git commit -m "..."
-
Push to GitHub
git push origin