/letteropener

a TamperMonkey extension to help with the Love Letter game

Primary LanguageJavaScriptMIT LicenseMIT

Letter Opener - a Love Letter helper

Logo: letteropener.png

Table of contents

Introduction

This lightweight extension adds card counting to Love Letter on boardgamearena.com.

Setup

Install TamperMonkey to your favorite web browser.

Once that's done, click here to install the script!

Alternatively, navigate to letteropener.user.js, click "Raw", then click "Install".

Usage

Start a game of Love Letter on boardgamearena and see the list update as you play:

Demo: demo-list.png Demo: demo-list2.png

This extension supports both the base game and the expansion.

Contributing

We welcome pull requests! Also feel free to leave an issue for a bug you've seen or feature you'd like.

Local development

To get a dev version, run:

python scripts/version.py dev

Copy the output (which will point to your local repo) to a new TamperMonkey script called letteropener.dev.

Style guide

This project uses ESLint for linting. To autofix style, just do:

npm run lint

Changelog

Fixes, additions, and version updates should be documented in CHANGELOG.md.

Versioning

See scripts for instructions on pushing new versions.

To get faster updates, install the beta channel script.

License

MIT