Search:

Type: Posts; User: Jasin14

Search: Search took 0.00 seconds.

  1. Thread: knight's tour!

    by Jasin14
    Replies
    13
    Views
    6,208

    anyone who knows what is the super move on...

    anyone who knows what is the super move on knight's move

    it is the movement pattern that is applicable anywhere u start on the board.. please help.. thanks
  2. i got no prob with the code... it runs...

    i got no prob with the code... it runs perfectly.. but the compiled EXE file when i run it stand alone it returns that error. but on TC it runs with no hassle! please help..
  3. BGI Error: Graphics not initialized (use 'initgraph');

    help!

    why is it when i compile my program and run it stand alone (not on a TC directory) it gets an error:

    BGI Error: Graphics not initialized (use 'initgraph');

    please help!
  4. Thread: knight's tour!

    by Jasin14
    Replies
    13
    Views
    6,208

    gosh!

    /*#include <stdio.h>
    #include <stdlib.h>

    main(){
    int x,y,inputx,inputy,ctr1,ctr2,land=1,space[8][8],pos
    sible;
    for(ctr1=1;ctr1<=8;ctr1++)
    for(ctr2=1;ctr2<=8;ctr2++)
    ...
  5. Thread: knight's tour!

    by Jasin14
    Replies
    13
    Views
    6,208

    not just a homework bro.. it's a case study...

    not just a homework bro.. it's a case study...
  6. Thread: knight's tour!

    by Jasin14
    Replies
    13
    Views
    6,208

    this is the best i could do.. please help.. this...

    this is the best i could do.. please help.. this program doesn't work ryt... i cannot test whether a move is valid or there still is a possible path for me to display its a game over or not


    ...
  7. Thread: knight's tour!

    by Jasin14
    Replies
    13
    Views
    6,208

    knight's tour!

    help! anyone here with a knight's tour turbo c source code? please email me at [email protected] really am desperate!! thanks!!
Results 1 to 7 of 7