update README
This commit is contained in:
parent
b1693bffe6
commit
0d4542f133
1 changed files with 8 additions and 1 deletions
|
@ -3,13 +3,20 @@
|
||||||
This is a [greasemonkey](https://github.com/greasemonkey/greasemonkey) userscript for [onlinetichu.com](onlinetichu.com) to count cards.
|
This is a [greasemonkey](https://github.com/greasemonkey/greasemonkey) userscript for [onlinetichu.com](onlinetichu.com) to count cards.
|
||||||
|
|
||||||
## Features
|
## 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:
|
- Keeps track all cards played:
|
||||||
- Toggle display of cards with button
|
- Toggle display of cards with button
|
||||||
- Toggle between remaining / played cards
|
- 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
|
- Replaced with a 'Smart Fold' functionality, which automatically folds iff
|
||||||
- the player has less than 4 cards remaining
|
- the player has less than 4 cards remaining
|
||||||
- the current combination consists of more card than the player has on their hand
|
- 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
|
Possibly more in the future
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue