![]() |
| |||||||
| Home | Forums | Rules | All Albums | Blogs | 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. |
![]() |
| | LinkBack | Thread Tools |
| | #1 |
| "Problems are messages." Join Date: Jul 2006 Location: Indiana
Posts: 137
| 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. ![]() |
| |
| | #2 |
| Join Date: Nov 2006 Location: Inside an igloo, Canada
Posts: 313
| 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 || |
| |
| | #3 |
| Functional Alcoholic | 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. |
| |
| | #4 | |
| Banned Join Date: Jun 2006 Location: /home/yurimxpxman
Posts: 1,695
| Quote:
![]() | |
| |
| | #5 |
| "Problems are messages." Join Date: Jul 2006 Location: Indiana
Posts: 137
| 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. ![]() |
| |
| | #6 |
| Avatar of Justice Join Date: Oct 2006 Location: Alberta, Canada
Posts: 1,117
| This would be an interesting project for anyone. Congrats on deciding to write a chess game . |
| |
| | #7 | |
| Join Date: Nov 2006 Location: Inside an igloo, Canada
Posts: 313
| Quote:
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 || | |
| |
| | #8 |
| "Problems are messages." Join Date: Jul 2006 Location: Indiana
Posts: 137
| I am not sure how to code that, but I want it to. ![]() |
| |
| | #9 |
| Banned Join Date: Jun 2006 Location: /home/yurimxpxman
Posts: 1,695
| If you're willing to use C++ instead, I've got some code here you could use for internet play. |
| |
| | #10 |
| "Problems are messages." Join Date: Jul 2006 Location: Indiana
Posts: 137
| 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. ![]() |
| |