Results 1 to 11 of 11

Thread: How to make a dama game in vb? help?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    4

    How to make a dama game in vb? help?

    hi, can anyone help me in making a dama game in vb? thanks a lot.

  2. #2
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: How to make a dama game in vb? help?

    Welcome to VBForums.....

    What do you mean by
    a dama game
    ...?

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  3. #3
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: How to make a dama game in vb? help?


  4. #4
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236

    Re: How to make a dama game in vb? help?

    Welcome to VBforums jackal.

    Quote Originally Posted by thejackal
    hi, can anyone help me in making a dama game in vb? thanks a lot.
    I wondered what a dama game is so I did a search.

    http://www.damagame.com/

    http://www.geocities.com/karakusk/dama/indexe.html

    If its just a Turkish checkers game then I'm sure you could adapt a normal checkers game. Do a search on PSC.

    @Merri your links doesn't work for me, there is no www.gamerz.net.
    Keith

    I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

  5. #5
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: How to make a dama game in vb? help?

    Interesting, it still works for me. Maybe it had a temporary downtime?

  6. #6

  7. #7

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    4

    Re: How to make a dama game in vb? help?

    I'm a bit confused can you guys kindly give me guidelines on where to start?

    and btw dama is a checkers game.

  8. #8
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: How to make a dama game in vb? help?

    You probably want to first make a play grid and then figure out how to handle it (= how to change each tile). Simplest way could be to use a bunch of Image controls as a control array. You make a control array by first dragging one control on the form, then looking at the properties of that control and look for Index. For the first item you set the Index to 0. Then you copy the control and paste another.

    Note that we don't really know how skilled you are, so we can just give some general help at the moment. Putting in the obvious, but we also can't guide the entire game making process as it takes a long time and there are many small details which each need to be paid attention to, most of them are your worries. We're not willing to do it all, like, I'm not going to go so far as to learn the rules of the game. Basically you get started with something, have a problem and ask for help, we answer the best we can, you continue, have a problem, ask about it etc. Just try to concentrate into one detail at a time instead of trying to do everything at once and it should progress nicely. You may need to redesign something again in a different way, but that's natural. Can't learn without mistakes.

  9. #9

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    4

    Re: How to make a dama game in vb? help?

    Quote Originally Posted by Merri
    You probably want to first make a play grid and then figure out how to handle it (= how to change each tile). Simplest way could be to use a bunch of Image controls as a control array. You make a control array by first dragging one control on the form, then looking at the properties of that control and look for Index. For the first item you set the Index to 0. Then you copy the control and paste another.

    Note that we don't really know how skilled you are, so we can just give some general help at the moment. Putting in the obvious, but we also can't guide the entire game making process as it takes a long time and there are many small details which each need to be paid attention to, most of them are your worries. We're not willing to do it all, like, I'm not going to go so far as to learn the rules of the game. Basically you get started with something, have a problem and ask for help, we answer the best we can, you continue, have a problem, ask about it etc. Just try to concentrate into one detail at a time instead of trying to do everything at once and it should progress nicely. You may need to redesign something again in a different way, but that's natural. Can't learn without mistakes.
    Thanks Merri. i made the program but i'm still at the beginning. I still don't know how to create a AI or Computer opponent. I'll post my code here.

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

    Re: How to make a dama game in vb? help?

    What VB version are you using?
    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)

  11. #11

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    4

    Re: How to make a dama game in vb? help?

    Quote Originally Posted by Atheist
    What VB version are you using?
    Vb 6.0

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