Search:

Type: Posts; User: mac025

Search: Search took 0.01 seconds.

  1. Incorporating en-passant and Castling into a chess program

    just wondering what to do here... i will link the code i have... i am using borland builder... thanks guys



    #pragma hdrstop
    #include <condefs.h>
    #include <stdio.h>
    #include <string.h>...
  2. i thought it was a simple ques

    i thought it was a simple ques
  3. wow... lotsa help guys

    wow... lotsa help guys
  4. could u give me some examples????

    could u give me some examples????
  5. anyone???

    anyone???
  6. thats the problem area... all variables are...

    thats the problem area... all variables are declared before and stuff like that... disregard the comments.... shows frustration.... any help would be great
  7. ok... int move_queen (Colour colour,...

    ok...




    int move_queen (Colour colour, int from_col, int from_row,
    int to_col, int to_row)
    {
    if((from_row-to_row==0)&&(from_col-to_col==0))//check if same square
    ...
  8. ?????

    ?????
  9. ill send you the text file

    ill send you the text file
  10. id rather send it... i tried posting code but it...

    id rather send it... i tried posting code but it didnt work
  11. anyone?

    anyone?
  12. if i can send you the file would u be able to...

    if i can send you the file would u be able to help me?
  13. not AI... there is no Ai in this one... its...

    not AI... there is no Ai in this one... its supposed to be simple... i can not seem to get my queens to move as they should
  14. or anyone with msn add < >

    or anyone with msn add <<deleted>>
  15. chess program for movement of queens and pawns...

    i am a student working on this and i am looking for some help... if you want a copy of what i have leave me an email address :confused:
  16. Replies
    4
    Views
    2,086

    having problems with my card program

    i have a program and it works great... the only thing is that i need to add a best hand function... its a poker problem... i need to make a section that stores the best hand and if the hand is beaten...
Results 1 to 16 of 16