commit - 3122c282528bd0d797e0d8cee4546818b0a9b174
commit + e07323d22e572084eda45e7087566bcb31b5e1b5
blob - 7e96f4322afcc0af26ffeea7bfd61b0bd29611f1
blob + 660be0573b2f1686c9658c9f5d8ec59ee4f84022
--- main.algo
+++ main.algo
int v_std = [ 11, 10, 4, 3, 2, 0, 0, 0 ]
char trump = [ 'J ', ' 9', 'A ', '10', 'K ', 'Q ', '8 ', '7 ' ]
int v_trm = [ 20, 14, 11, 10, 4, 3, 0, 0 ]
+// char suits = [ ' H', ' D', ' S', ' C' ]
+char suits = [ ' ♥', ' ♦', ' ♤', ' ♧' ]
+ //hearts, diamonds, spades, clubs
- //hearts, diamonds, spades, coins
-char suits = [ ' H', ' D', ' S', ' C' ]
struct card { int suit; int value }
int players = [ 0, 1, 2, 3, 4 ]
/* deal */
/* bargain 1,2 (3,4) */
-/* turn */
+/* trick */
n
+ first throw
+/* compute */
-/*