C# Game Network Library

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

    I'd also like to note that "Games for Windows", which XNA uses on windows with its Live! networking APIs is now free ... which means that if you write an XNA game that uses the networking features, your users do not have to have a gold membership :-)

    http://www.engadget.com/2008/07/22/games-for-windows-live-now-free/

    0 讨论(0)
  • 2021-01-02 22:43

    If you're new to game development, I'd recommend XNA- it's easy to program with. The advantage of Torque, however, is it has asset creation tools, which can also be invaluable. For a higher end game or FPS, the Source engine is great.

    0 讨论(0)
提交回复
热议问题