There was an error while loading. Please reload this page.
1 parent 48a61d6 commit 07c830bCopy full SHA for 07c830b
src/PokerPlayer.cs
@@ -36,7 +36,7 @@ public static int BetRequest(JObject gameState)
36
}
37
38
//TODO: Use this method to return the value You want to bet
39
- return 20;
+ return 0;
40
41
42
public static void ShowDown(JObject gameState)
0 commit comments