Skip to main content

Questions tagged [protocol]

Filter by
Sorted by
Tagged with
1 vote
1 answer
2k views

i found this page Protocols. I'm currently working on a game similar to agario and i find that page is helpful for my game. They using WebSocket for sending game messages which is mine too. But i'm ...
billyzaelani's user avatar
5 votes
3 answers
2k views

I have two apps communicating over UDP. One of the apps is a remote control and the other is a robot. When the robot has some new data, for example a new sensor ...
Mr. Developerdude's user avatar
1 vote
1 answer
1k views

I made a library that enables client-server communication using both TCP and UDP protocols. When game developers on the #gamedev IRC channel (Freenode) knew that, they totally refused the idea. They ...
None's user avatar
  • 115
1 vote
0 answers
100 views

I am not pro on programming and games but i had developed an online browser-based game with php . Now i am creating a game like a chess that it do not needs an live-stream and FPS data exchanges. I ...
Chimera's user avatar
  • 11
2 votes
2 answers
325 views

I have a head-to-head game where two players communicate through a server based on TCP. I am planning to implement a ping/pong mechanism in order to detect network disconnection situations. For ...
Joe Huang's user avatar
  • 173
0 votes
1 answer
350 views

I am currently developing a little 2D sandbox game with multiplayer functionality in XNA 4.0 and the latest lidgren-lib for networking. I found myself quickly at a point where sending a players ...
prc322's user avatar
  • 119
12 votes
1 answer
12k views

Intro I have been fiddling around with the spectator system for LoL in hopes of eventually scraping data from the streams and building a dataset with it for analysis. I understand that there are ...
user avatar
5 votes
1 answer
890 views

I'm working on the server side of a turn-based strategy game. The game has a really complex combat system, like: When you are hit, you summon a phoenix to attack the enemy that deals X damage, and ...
Peter Ren's user avatar
  • 103
0 votes
1 answer
950 views

I need to code a little game for a school project. The type of the game is like the Warcraft 3 map "Warlock", if anyone doesnt know it, here is a short description: up to ten players spawn into an ...
Moritz's user avatar
  • 47
11 votes
2 answers
4k views

I'm implementing a custom binary protocol for a new multiplayer game I'm working on. Its a turn-based strategy game so timing doesn't really matter. I've currently got the basic data sync portion of ...
Robin Rodricks's user avatar