Commit 1f85f53
committed
Server: Let computer players interact with Spades and Hearts matches
Adds and organizes the code in such a way that allows computer players to interact with Spades and Hearts matches (the only ones where they're supported for now) when required.
Additionally, Spades matches now track whether Spades have been unlocked, which therefore allow tricks to be led with Spades. If not unlocked, that is now forbidden.
TODO: Actual bid/pass/card strategy logic for Spades and Hearts.1 parent 429cd43 commit 1f85f53
File tree
9 files changed
+840
-458
lines changed- InternetGamesServer
- Win7
- WinCommon
- WinXP
9 files changed
+840
-458
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
182 | 184 | | |
183 | 185 | | |
184 | 186 | | |
| |||
414 | 416 | | |
415 | 417 | | |
416 | 418 | | |
417 | | - | |
| 419 | + | |
418 | 420 | | |
419 | 421 | | |
420 | 422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments