The protocol tag has no wiki summary.
0
votes
1answer
104 views
Are there any guidelines/articles/tutorials for creating a network protocol for games? [closed]
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 ...
4
votes
1answer
972 views
League of Legends Spectator Stream Format
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 ...
3
votes
1answer
170 views
How to define a proper protocol for a turn-based combat system?
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 ...
0
votes
1answer
204 views
Choosing the correct network protocol for my type of game (its Wc3 Warlock style)
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 ...
7
votes
2answers
692 views
Authentication for a multiplayer game via sockets
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 ...