I having been making a DnD IM for about two years now. I have most of the code written, and the interface set. However I do not have the code nessicary for online interaction. Can anyone give me a hand on how to implement such means into my program?
Coding an IM
Started by BlackRoseAngel, Sep 24 2008 01:42 PM
8 replies to this topic
#1
Posted 24 September 2008 - 01:42 PM
|
|
|
#2
Posted 24 September 2008 - 01:57 PM
DnD? Department of national Defense? Dungeons and Dragons? I'm confused (Excuse me if its something obvious)
#3
Posted 24 September 2008 - 02:54 PM
I usually refer to DnD as Drag and Drop, but I'm not sure it makes sense in this context?
#4
Guest_Jordan_*
Posted 24 September 2008 - 03:02 PM
Guest_Jordan_*
With a two year design it may be something new. If you don't mind my asking, what took so long? For networking you need to implement a TCP or UDP client/server to send data. There is a C# example on here that would be easy to convert to VB.NET.
#5
Posted 24 September 2008 - 03:11 PM
I would recommend TCP over UDP for IM, since the bandwith is fairly low, there's no need to use UDP.
#6
Posted 24 September 2008 - 03:43 PM
It means Dungeons and Dragon. I am trying to implement the game Dungeons and Dragons in a IM form. It will allow for a DM(Dungeon Master) to set a setting up and use other features to set up a game of DnD. Then the players can interact with other users with a Text Based Interface. But the IM itself will save a character and profile, along with all your character stats and weapons and items and allow you to use them. But you will be able to interact with other people through IM.
#7
Guest_Jordan_*
Posted 24 September 2008 - 03:52 PM
Guest_Jordan_*
Sounds neat. Have you found the network information you need?
#8
Posted 24 September 2008 - 04:05 PM
Not exactly. I found some in java doing a google search, but java is such a pain. Soon I am thinking about converting all my code from my VB version of the IM to a Ada program. But first I want to get the code down, can you give me a hand finding it?
#9
Posted 24 September 2008 - 08:01 PM
I could introduce you to my sora classes, which would allow to setup a MSN account as a DM, and then everyone could just join using MSN.


Sign In
Create Account


Back to top









