Results 1 to 3 of 3

Thread: Online Game

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    Ontario, Canada
    Posts
    61
    Does Anyone Know Where I can get the source to make an online game like a tutorial or something

    T h a n k s
    ---~^ Absalom ^~---

    There is nobody in the world who knows everything there is no one his/her workforce who knows everything what really makes the person smart is that he/she is not affraid to ask for help.

  2. #2
    hellswraith
    Guest
    What do you mean by 'online game'. If I understand you correctly, you probably mean like a card game or something...kinda like what Yahoo has done with their games section. If that is what you want, you will need to write a Java Applet. If you have never programmed in Java, you are going to want to learn that. There is a lot of information at www.sun.com since they created Java. You can also download their SDK there also.
    Here is a bunch of tutorials for Java:
    http://www.programmingtutorials.com/...al.asp?id=Java

    If you are talking about making a game in VB (since we are in a VB forum thats what I presume) and having users download it, then install and play, they would have to connect to other users. You are going to have to include code in your application to A) connect to a central server and send and receive information from/to each user or B) add code that will allow the users to do a direct connect (IP Addresses) to each others computers. Maybe this will help you get started. It is about TCP/IP.
    http://www.vbexplorer.com/tcpdoc1.html



    Sorry if I miss understood your post.

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    Ontario, Canada
    Posts
    61
    I mean "online Game" as in something like dominion or Utopia. An online text game.

    Thanks
    ---~^ Absalom ^~---

    There is nobody in the world who knows everything there is no one his/her workforce who knows everything what really makes the person smart is that he/she is not affraid to ask for help.

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