Raymond Xie

Results 137 comments of Raymond Xie

the link [contributor license agreement](https://developers.facebook.com/opensource/cla) is broken

Hi Akash, I think the pot_chips can be changed to an array of 2 elements array, first is seat, second is chip. Your contribution is appreciated, pull request or ideas,...

@akashkamboj please create issue trackers on github, so that we can follow up and resolve them one by one. we can also discuss the issues via skype, my skype id...

Sure, it's okay. The architecture itself is stable, and based on it, more game rules and client API can be added.

Yes, we have the plan, but before that, we are focusing on developing a working Unity client.

@G-h-o-s-t thanks for the bug report. Will look into the first two issues. As to Holdem.sort(), the param cards should be an array, which means a set of cards, should...

you need install & run redis-server first. if you are using ubuntu and apt. ```bash $ sudo apt-get update $ sudo apt-get install redis-server ``` if you are using macOS...

@terhoraj you can check this project for the java websocket library: https://github.com/koush/AndroidAsync Obj-C websocket library: https://github.com/facebook/SocketRocket C# websocket client library: https://github.com/Quobject/SocketIoClientDotNet

I find a better C# library for socket.io: https://github.com/Quobject/SocketIoClientDotNet

Using nuget to add the .NET library to your C# project ```bash nuget SocketIoClientDotNet ``` Then write C# code to connect and send request to casino server. ```CSharp using System;...