Results 1 to 8 of 8

Thread: Online game help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2009
    Posts
    102

    Online game help

    I have created a game and I would like to make it so that you can play over the internet. The game is Blackjack and I need some help and advice on how I can get people to play it over the internet.

    Any help and advice would be appreciated alot!

    Chapperz

    P.S. Any help on reading and writing to an access database would also be very helpful!

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Online game help

    You'd use sockets to communicate over the network. Read up on the TcpListener and TcpClient classes on MSDN. Study the examples in those articles aswell. Once you've done that, post up here if you have any questions on what you've just read.
    Last edited by Atheist; Jul 17th, 2009 at 06:58 AM.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,102

    Re: Online game help

    How well can you use TCP to get through a firewall? I would think that it might not be the best solution as you'd have to open ports, but I have never tried it. However, TCP, along with other communication methods, are all wrapped into Windows Communication Foundation, which would give you a means of creating a service that could use whichever communication medium you chose.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2009
    Posts
    102

    Re: Online game help

    I have read them but I didn't really understand them. Sorry for being a noob.

  5. #5
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Online game help

    What, specifically, do you not understand?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jun 2009
    Posts
    102

    Re: Online game help

    I don't understand how you can send and receive the actual data. I can understand how you set up the connection but not the sending and receiving. Sorry I can't be more specific.

  7. #7
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Online game help

    But that is covered in the articles I linked to, have you read them?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Jun 2009
    Posts
    102

    Re: Online game help

    I have read them. I will read them again to see if I can understand them.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width