You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
docs | 3 months ago | |
src | 4 months ago | |
.drone.yml | 4 months ago | |
.gitignore | 4 months ago | |
.parcelrc | 4 months ago | |
.prettierrc.js | 4 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
package.json | 4 months ago | |
tsconfig.json | 4 months ago | |
yarn.lock | 4 months ago |
README.md
sessions
A browser extension aiming to simplify coplaying in Tribal Wars. Coplayers can finally play together via a browser!
Getting started
Installation
- Download the latest version.
- Unzip files.
- In your browser, go to the Extensions page by entering
chrome://extensions
in a new tab. - Enable developer mode by clicking the toggle switch next to Developer mode.
- Click on Load Unpacked and select the extracted folder.
The extension has been successfully installed!
Development
Setting up the environment
Prerequisites:
- Node.js (LTS)
- Yarn
- IDE/Code editor (e.g. WebStorm, VSCode, vim, neovim)
- web-ext (
yarn global add web-ext
) - backend (such as this one)
- Chromium-based browser (e.g. Chromium, Vivaldi, Brave)
# install dependencies
yarn install
# start a dev server
yarn watch
# launch a browser (e.g. Chromium)
yarn run:chromium
FAQ
- 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