Vinny

Results 40 comments of Vinny

To make things simpler, we could support some kind of communication between node python, so we would not need to support websockets on python, or change our implementation. We just...

Why don't we use websockets instead of polling?

One use case I want to bring to everybody's attention... My project will have several games, and I want people to choose the game after creating the lobby. And after...

@blunket I meant one global lobby like Nicolo said. Basically a "room" persisting across matches too, of different types of games. Use case: - My friend Joe and I want...

Hey folks, I started a document for the requirements and designing all these ideas we were talking about: https://docs.google.com/document/d/1K0xDlyS_80WJic7GfNobl-SujfC8_LiB55-JJnAawNM/edit?usp=drivesdk Still WIP, but feel free to comment or add anything I...

Hey folks, I finished the first pass of the design document for the lobby: https://docs.google.com/document/d/1K0xDlyS_80WJic7GfNobl-SujfC8_LiB55-JJnAawNM/edit# Please give any feedback :D Just so nobody freaks out, I won''t do this in...

Ok, @nicolodavis, I replied to them. Given the points you asked are not questioning the overall idea, I think we are more or less in agreement on the path forward....

@francoijs Thanks for the help! Approved all your suggestions. I will probably do the first PR soon on this.

Hi! I just heard about your project on HackerNews and it is very similar of what I was trying to do with this project: https://github.com/Felizardo/turnato http://turnato.com Anyhow, after I launched...