Skip to content

keratagpro/tagpro-3d

Repository files navigation

TagPro 3D (ALPHA)


This userscript renders your TagPro games in 3D using THREE.js.

Usage

  1. Install Tampermonkey.
  2. Click on this link and select "Install": tagpro-3d.user.js.
  3. Go play TagPro in 3D!

Screenshots

example1

Development

  1. Build userscript

    npm install
    
    # build once
    npm run build
    
    # build & watch for changes
    npm run watch
  2. Copy-paste contents of docs/tagpro-3d.user.js to TamperMonkey.

Publish

  1. Bump patch/minor/major version

    npm version patch
  2. Build

    npm run build
    # git add -A
    # git commit -m "..."
  3. Push to GitHub

    git push origin