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

Look into getting htaccess login information and save hotkeys (add reset to default button) #57

Closed dmorrill10 closed 11 years ago

dmorrill10 commented 11 years ago

To get htaccess credentials:

user, pass = ActionController::HttpAuthentication::Basic::user_name_and_password(request)
dmorrill10 commented 11 years ago

Finished.