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

Use KnockoutJS #91

Open dmorrill10 opened 9 years ago

dmorrill10 commented 9 years ago

Solves the problem of redrawing the entire page every time there's an update from the server and could potentially simplify the app a great deal. Thanks to @robinetmiller for this advice.