john1571 / RoboPoker

Arena for poker playing computer programs to play against each other.
1 stars 2 forks source link

Trim down act() inputs #43

Closed john1571 closed 1 year ago

john1571 commented 1 year ago

Describe the bug We should stop passing in many parameters to act. A single, parseable json data string should be sufficient.

This will take a lot of updating current bots.

john1571 commented 1 year ago

Make sure we include table cards in json data before slashing the other parameters.