This game views best on 10 inch tablet in portright layout.
This app wants to be a trumps simulator that does not pair cards for two players, without multiplayer with Neapolitan cards.
What you are seeing is not the trump game as it is understood today, because today all the trump simulators say "you got the ace, good job" and that's it. What you are seeing is a fair and professional simulator, with a score updated in real time, so you can decide whether to "risk" or not consciously.
This trump wants to be hard core in the original sense of the term (that is, the possibility of changing the game at any moment with your own consciously made choices).
It has three levels of difficulties:
in case the CPU plays as seconds at level one plays always trump, or the lowest card.
In second and third level, instead, there is a patented greedy algorithm, the second level always plays at same mode, so is possibile recognize the cards that it has, the third level is imprevedibile, but all try to catch the largest amount of cards, so if it plays first it always try to play the card most hard to be taken.
If a new game is started, for example changing the level of difficulty, first player changes.
I'll explain how my patented algorithm works: there are 120 points in total, i.e. 4 aces worth 11 points each, 4 3 worth 10 points each, 4 10 worth 4 points each, 4 9 worth 3 points each, 4 8 that are worth 2 points each. Since math is not an opinion: 4*11+4*10=84. 4*4+4*3+4*2=16+12+8=36
84+36=120 total points
120/2 = 60, 61 points are needed to win
relying only on the loads you risk losing, because
84-61=23, you have to take almost all of them and leave only 23 points of loads
60-36=24, taking all other cards takes only 3 loads to win.
For winning, you have to learn the theory of taking the largest amounts of cards, which I invented when I was 18, with wxbriscola.
The Neapolitan deck is incorporated and at the moment it is the only one that can be used.
It is possible to make various customizations, including whether it is necessary to warn when the deck ends, whether the trump card can give points by starting the final minigame to grab it, the names of the players and the response time (that are saved) that must be between 1 and 10 seconds, otherwise you obtain a snackbar with the error, even if you insert a negative value, .
Currently the game is localized in english, french, portuguese, german, italian and spanish, for getting another localization it does not need to be reinstalled after changing the localization of android.
The end screen allows you to share the match result on twitter, but only of it's the second match and of level is 3.