C# Game Network Library

后端 未结 8 1489
情歌与酒
情歌与酒 2021-01-02 22:05

I am developing an online strategy game using .Net v2. Although the game is primarily strategic, it does have some tactical elements that require reasonable network performa

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-02 22:35

    Although this question is rather old, a somewhat higher level system developed specifically for games is APlay - among the supported platforms is also C#. There are evaluation versions and it is free for personal use.

    You define your game objects in an UML alike fashion and an online code generator creates assemblies containing your game objects. Sending state updates is then as simple as calling setter methods.

    Not the right thing, if you want to cope with sockets by yourself. Please also note that I am a developer of APlay so this is a biased answer.

提交回复
热议问题