2022-09-17 11:04:56 +02:00
|
|
|
# OnlineTichu Counter
|
|
|
|
|
2022-09-17 11:08:22 +02:00
|
|
|
This is a [greasemonkey](https://github.com/greasemonkey/greasemonkey) userscript for [onlinetichu.com](onlinetichu.com) to count cards.
|
2022-09-17 11:04:56 +02:00
|
|
|
|
|
|
|
## Features
|
2022-09-18 13:25:59 +02:00
|
|
|
All of these can be toggled individually via buttons after activating the extension via the counter on the top right
|
2022-09-17 11:04:56 +02:00
|
|
|
- Keeps track all cards played:
|
|
|
|
- Toggle display of cards with button
|
|
|
|
- Toggle between remaining / played cards
|
2022-09-18 13:25:59 +02:00
|
|
|
- Disable and remove `Auto Fold`
|
2022-09-17 11:04:56 +02:00
|
|
|
- Replaced with a 'Smart Fold' functionality, which automatically folds iff
|
|
|
|
- the player has less than 4 cards remaining
|
|
|
|
- the current combination consists of more card than the player has on their hand
|
2022-09-18 13:25:59 +02:00
|
|
|
- `autoWish`:
|
|
|
|
- automatically selects (as a default) the value of the card which you gave to the player of your right
|
|
|
|
- in case of a dog selects an ace as default
|
|
|
|
- `davidProtection`:
|
|
|
|
- warns you on folding when you have cards selected
|
|
|
|
- fold a second time to actually fold in this case
|
2022-09-17 11:04:56 +02:00
|
|
|
|
|
|
|
Possibly more in the future
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
- qutebrowser: just copy this userscript into the `greasemonkey` monkey folder in your qute config directory
|
|
|
|
Usually, this is `.config/qutebrowser/greasemonkey`.
|
2022-09-17 11:08:22 +02:00
|
|
|
- Firefox: Install the [greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) add-on.
|
2022-09-17 11:04:56 +02:00
|
|
|
Now you have to visit a website where this script is hosted with a `.user.js` extension.
|
|
|
|
Unfortunately, I found no better way of installing user scripts to greasemonkey
|
|
|
|
The latest (or at least a) release (read: version that is not obviously broken) is available at
|
|
|
|
https://maximilian-kessler.de/files/greasemonkey/onlinetichu-counter.user.js
|
|
|
|
|
2022-09-17 11:08:22 +02:00
|
|
|
On visiting [onlinetichu.com](onlinetichu.com), you should now automatically have the corresponding buttons and functionality
|
2022-09-17 11:04:56 +02:00
|
|
|
available in the upper status bar.
|
|
|
|
|
|
|
|
## License
|
|
|
|
This is MIT licensed.
|
2022-09-17 11:08:22 +02:00
|
|
|
While the user script does hook into the javascript from [onlinetichu.com](onlinetichu.com),
|
2022-09-17 11:04:56 +02:00
|
|
|
it does not contain any such code which might or might not be free software.
|
|
|
|
As this only _adds_ to what is there, I do not replicate other peoples work,
|
|
|
|
although this of course builds on top of it.
|
|
|
|
In particular, I can only license what I have written, not the javascript framework that
|
2022-09-17 11:08:22 +02:00
|
|
|
[onlinetichu.com](onlinetichu.com) itself implemented.
|
2022-09-17 11:04:56 +02:00
|
|
|
|
|
|
|
## FAQ
|
|
|
|
|
|
|
|
### Is this cheating?
|
|
|
|
I do not believe that this is cheating. The script does not exploit any bugs or unwanted game behaviour,
|
|
|
|
it merely assists in what can (and is) done anyways, namely counting the cards.
|
|
|
|
As this is open information in a game of Tichu, there is nothing cheaty going on.
|
|
|
|
|
|
|
|
I do think, however, that this is _unfair_ to use by default, since this definitely provides the player
|
|
|
|
with unrealistic (or at least very difficult) abilities that others might not have.
|
|
|
|
If you do consider card counting as part of a skill of a Tichu player (which I do personally),
|
|
|
|
this script of course makes this skill obsolete.
|
|
|
|
|
|
|
|
That's why I recommend to not use this as a daily driver but only in agreement with your opponents
|
|
|
|
(e.g. when playing with friends and you all use the extension).
|
|
|
|
Of course, this is up to you.
|
|
|
|
|
|
|
|
### Why implement this, when you consider this unfair and don't want to use it
|
|
|
|
Because I can. It was fun to do.
|
|
|
|
Also, after I finished the game, I can have a more precise look at what's remaining,
|
|
|
|
without having any advantage (since I don't influence the game anymore).
|
|
|
|
|
|
|
|
Furthermore, I wanted to explore whether Tichu is played differently if every player were a perfect
|
|
|
|
card counter (and knew that others are, etc).
|
|
|
|
So I plan to play some rounds with friends where we all use this extension.
|
|
|
|
|
|
|
|
### Can you implement feature XY?
|
|
|
|
No. But you can!
|
|
|
|
|
|
|
|
You can suggest stuff, but I don't plan on maintaining or improving this script, unless I personally want to.
|
|
|
|
This was just a fun project.
|