C# Game Network Library

后端 未结 8 1532
情歌与酒
情歌与酒 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:28

    http://code.google.com/p/lidgren-network-gen3/

    Lidgren.Network is a networking library for .net framework which uses a single udp socket to deliver a simple API for connecting a client to a server, reading and sending messages.

提交回复
热议问题