A browser extension aiming to simplify coplaying in Tribal Wars.
Go to file
Dawid Wysokiński 928d32514e
chore: add LICENSE
2022-12-09 06:41:55 +01:00
src feat: drone (#2) 2022-12-03 07:23:24 +00:00
.drone.yml feat: drone (#2) 2022-12-03 07:23:24 +00:00
.gitignore poc (#1) 2022-11-27 09:20:27 +00:00
.parcelrc init 2022-11-14 15:21:26 +01:00
.prettierrc.js poc (#1) 2022-11-27 09:20:27 +00:00
LICENSE chore: add LICENSE 2022-12-09 06:41:55 +01:00
README.md chore: README.md (#3) 2022-12-09 05:37:27 +00:00
package.json poc (#1) 2022-11-27 09:20:27 +00:00
tsconfig.json poc (#1) 2022-11-27 09:20:27 +00:00
yarn.lock poc (#1) 2022-11-27 09:20:27 +00:00

README.md

sessions

A browser extension aiming to simplify coplaying in Tribal Wars. Coplayers can finally play together via a browser!

Getting started

Development

Setting up the environment

Prerequisites:

  1. Node.js (LTS)
  2. IDE/Code editor (e.g. WebStorm, VSCode, vim, neovim)
  3. web-ext (yarn global add web-ext)
  4. backend (such as this one)
  5. Chromium-based browser (e.g. Chromium, Vivaldi, Brave)
# start a dev server
yarn watch

# launch a browser (e.g. Chromium)
yarn run:chromium

FAQ

  1. What data are sent to the backend? - Only sid (session identifier). Sid is encrypted/decrypted on the client side.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Dawid Wysokiński - contact@dwysokinski.me