update README

This commit is contained in:
Maximilian Keßler 2022-09-18 13:25:59 +02:00
parent b1693bffe6
commit 0d4542f133
Signed by: max
GPG key ID: BCC5A619923C0BA5

View file

@ -3,13 +3,20 @@
This is a [greasemonkey](https://github.com/greasemonkey/greasemonkey) userscript for [onlinetichu.com](onlinetichu.com) to count cards.
## Features
All of these can be toggled individually via buttons after activating the extension via the counter on the top right
- Keeps track all cards played:
- Toggle display of cards with button
- Toggle between remaining / played cards
- Disable and remove 'Auto Fold' functionality, which leaks information
- Disable and remove `Auto Fold`
- 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
- `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
Possibly more in the future