ishikota / PokerServer

Poker server using websocket
1 stars 0 forks source link

Server and PokerEngine integration #5

Closed ishikota closed 8 years ago

ishikota commented 8 years ago

PokerEngineとPokerServer間でdataが流れるようにする

ishikota commented 8 years ago

dataは流れるようになって, game_start => ask_action => declare_actionまではできるようになった.

ただ,dealerをActiveModelとして保存しておかないと, 複数channel間でdealerの共有ができないことに気づいた. そのあたりを直すのを別PRで始める.