Hi-Lo module for Store: Guess if the next card will be higher, lower, or equal. Play it safe for better odds or go big for higher rewards
Config will be auto generated. Default:
{
"min_bet": 10,
"max_bet": 1000,
"hi_lo_commands": [
"hilo",
"starthilo"
],
"hi_lo_high_commands": [
"high",
"more"
],
"hi_lo_low_commands": [
"low",
"less"
],
"hi_lo_cashout_commands": [
"cashout"
],
"hi_lo_equal_commands": [
"equal"
]
}