Click here to Skip to main content
15,893,266 members
Articles / Programming Languages / C#

Navy Battle Game - III

Rate me:
Please Sign up or sign in to vote.
4.65/5 (17 votes)
11 Aug 2005CPOL17 min read 86.5K   3.6K   65  
An article on creating a multi-player game using the TGSDK.
<?xml version="1.0" encoding="utf-8"?>
<ServerSettings>
  <xmlSerializerSection type="TG.Daemon.ServerSettingsData, TGDaemonLib, Version=1.0.1933.27087, Culture=neutral, PublicKeyToken=null">
    <ServerSettingsData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <PortNumber>0</PortNumber>
      <Logging>false</Logging>
      <DaemonFilePath>
      </DaemonFilePath>
    </ServerSettingsData>
  </xmlSerializerSection>
</ServerSettings>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder SpreadTrends.com
United States United States
I've authored many articles that tackle real-world issues to save my peers in the development community valuable time. For example I've written articles that: show how to decode Ogg Vorbis audio files using the .NET Framework; describe best practices for Improving Entity Framework performance; and demonstrate step-by-step how to create a multi-player game.

Comments and Discussions