dmorrill10 / acpc_poker_gui_client

Rails application that allows humans to play poker matches managed by the Annual Computer Poker Competition's Dealer program in a web GUI.
56 stars 37 forks source link

Allow bots to be specified by a script rather than a special Ruby class #78

Closed dmorrill10 closed 11 years ago

dmorrill10 commented 11 years ago

The script must take a hostname and port number in that order.

Should be able to do allow this in addition to the more versatile but inconvenient Ruby class setup.