HardwareLogic

Go Back   HardwareLogic > HL Members Area > HL Lounge
Home Forums Rules All AlbumsBlogs Subscriptions Register Mark Forums Read

HL Lounge A laid back place to discuss "Off Topic" stuff. Respect your fellow members and follow the forum rules.

Closed Thread
 
LinkBack Thread Tools
Old December 2nd, 2006   #1
"Problems are messages."
 
sktworkshop06's Avatar
 
Join Date: Jul 2006
Location: Indiana
Posts: 137
Default VB Chess

I need help. I am trying to write a chess game in visual basic. I thought that it would be challenging, but not this challenging. I know that it will take a matrix. I have the board set up with picture boxes, but it is going to take a lot of code for the actual gameplay. If anyone is willing to help in any way, that would be great.




sktworkshop06 is offline  
Old December 2nd, 2006   #2
 
pc_guy's Avatar
 
Join Date: Nov 2006
Location: Inside an igloo, Canada
Posts: 313
Default

Will this game be a two human player game or one person vs.the computer game.

If it is Human vs. CPU.
Wow, good luck!
My head hurts just thinking about writing the computer logic that determines the next move the CPU is going to make.



|| AMD Athlon64 3800+ Venice | Asus A8N5X s939 | OCZ Premier PC3200 Du-Ch 1GB | Sapphire X1600Pro 512MB PCI-e | 1xWD 80Gb & 1xWD 250Gb Sata(s) | Antec SLK3800B Case | Enermax NoiseTaker 485W ||
pc_guy is offline  
Old December 2nd, 2006   #3
Functional Alcoholic
 
Hitman's Avatar
 
Join Date: May 2006
Location: 14S E:561116 N:3830189
Posts: 4,569
Blog Entries: 2
Default

Here is a VB Chess Engine This might help get you started. I find it easier to learn something if I can see it working first. Looks like its just the engine so it will at least get you started.

Here are some more
http://www.planet-source-code.com/vb...=6328&lngWId=1

http://www.freedownloadmanager.org/d...rce_code_info/

A google search will give you a bunch more.




Hitman is online now  
Old December 2nd, 2006   #4
Banned
 
yurimxpxman's Avatar
 
Join Date: Jun 2006
Location: /home/yurimxpxman
Posts: 1,695
Default

Quote:
Originally Posted by pc_guy View Post
Will this game be a two human player game or one person vs.the computer game.

If it is Human vs. CPU.
Wow, good luck!
My head hurts just thinking about writing the computer logic that determines the next move the CPU is going to make.
If it's Human vs. Human, heck, all you need to do is use M$ Paint!
yurimxpxman is offline  
Old December 2nd, 2006   #5
"Problems are messages."
 
sktworkshop06's Avatar
 
Join Date: Jul 2006
Location: Indiana
Posts: 137
Default

Human vs. human. the thing is, though, that i want it to show possible moves when each piece is clicked one time and the second click will move the piece. I think that I can do it. It will just take a lot of code.




sktworkshop06 is offline  
Old December 2nd, 2006   #6
Avatar of Justice
 
WhiteEagle's Avatar
 
Join Date: Oct 2006
Location: Alberta, Canada
Posts: 1,117
Default

This would be an interesting project for anyone. Congrats on deciding to write a chess game.




WhiteEagle is offline  
Old December 3rd, 2006   #7
 
pc_guy's Avatar
 
Join Date: Nov 2006
Location: Inside an igloo, Canada
Posts: 313
Default

Quote:
Originally Posted by sktworkshop06 View Post
Human vs. human. the thing is, though, that i want it to show possible moves when each piece is clicked one time and the second click will move the piece. I think that I can do it. It will just take a lot of code.
Would there be a networking aspect to the game, games played over LAN maybe?
That would be cool.



|| AMD Athlon64 3800+ Venice | Asus A8N5X s939 | OCZ Premier PC3200 Du-Ch 1GB | Sapphire X1600Pro 512MB PCI-e | 1xWD 80Gb & 1xWD 250Gb Sata(s) | Antec SLK3800B Case | Enermax NoiseTaker 485W ||
pc_guy is offline  
Old December 3rd, 2006   #8
"Problems are messages."
 
sktworkshop06's Avatar
 
Join Date: Jul 2006
Location: Indiana
Posts: 137
Default

I am not sure how to code that, but I want it to.




sktworkshop06 is offline  
Old December 3rd, 2006   #9
Banned
 
yurimxpxman's Avatar
 
Join Date: Jun 2006
Location: /home/yurimxpxman
Posts: 1,695
Default

If you're willing to use C++ instead, I've got some code here you could use for internet play.
yurimxpxman is offline  
Old December 3rd, 2006   #10
"Problems are messages."
 
sktworkshop06's Avatar
 
Join Date: Jul 2006
Location: Indiana
Posts: 137
Default

Been a long time since I have done any C++... Guess I can try it. It is just easier to deal with the matrix in visual basic than in C++. I think that I actually have the apmatrix header somewhere tho. You can help me. I mean you live a whopping 1/5 mile down the road. lol.




sktworkshop06 is offline  
Closed Thread

  HardwareLogic > HL Members Area > HL Lounge

Tags
chess


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 21:26.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
© HardwareLogic 2005 - 2008. All Rights Reserved


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52