CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2004
    Posts
    1

    Shell based game..

    Well Im going to make a game thats text based like in a dos shell with commands and stuff, Its gonna be like d20 stats and based on fighting other people and stuff..

    Well what would be the best thing to use for playing online against other people.. Im gonna use my computer as the server untill I make everything perfect then ill get it on a good connection and server..

    My main question is would winsock suffice? or should I use somthing else, also if you guys have any links to tutorials about them..

    I know winsock kinda from programming in Visual Basic..

    Thanks for your time,

    -- CrYpTiC N1Nj4

  2. #2
    Join Date
    Feb 2003
    Location
    Bangalore, India
    Posts
    1,354

    Re: Shell based game..

    Winsock is enough. My suggestion is to use winsock APIs than the vb's winsock control. You have a bit of learning to do. But it will benifit later on. If you don't mind loosing some of the packets then you can use UDP. Otherwise TCP.
    Even if our suggestions didn't help, please post the answer once you find it. We took the effort to help you, please return it to others.

    * While posting code sections please use CODE tags
    * Please check the codeguru FAQ and do a little search to see if your question have been answered before.
    * Like a post, Rate The Post
    * I blog: Network programming, Bible

    I do all things thru CHRIST who strengthens me

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

Featured