|
-
Jul 18th, 2008, 02:21 AM
#1
Thread Starter
New Member
How to make a dama game in vb? help?
hi, can anyone help me in making a dama game in vb? thanks a lot.
-
Jul 18th, 2008, 03:21 AM
#2
Re: How to make a dama game in vb? help?
Welcome to VBForums..... 
What do you mean by ...?
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,...
-
Jul 18th, 2008, 03:24 AM
#3
Re: How to make a dama game in vb? help?
-
Jul 18th, 2008, 06:38 AM
#4
Re: How to make a dama game in vb? help?
Welcome to VBforums jackal.
 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.
-
Jul 18th, 2008, 03:35 PM
#5
Re: How to make a dama game in vb? help?
Interesting, it still works for me. Maybe it had a temporary downtime?
-
Jul 18th, 2008, 04:38 PM
#6
Re: How to make a dama game in vb? help?

I moved your thread to the proper forum.
-
Jul 19th, 2008, 05:48 AM
#7
Thread Starter
New Member
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.
-
Jul 19th, 2008, 06:05 AM
#8
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.
-
Nov 25th, 2008, 04:20 AM
#9
Thread Starter
New Member
Re: How to make a dama game in vb? help?
 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.
-
Nov 25th, 2008, 05:40 AM
#10
Re: How to make a dama game in vb? help?
What VB version are you using?
-
Dec 2nd, 2008, 03:48 AM
#11
Thread Starter
New Member
Re: How to make a dama game in vb? help?
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|