Search:

Type: Posts; User: Sam Liew

Search: Search took 0.01 seconds.

  1. It's a requirement :(

    Yeah I know right :/ It is amazingly annoying how something that looks so simple is thinning my hair :mad: It is part of the assignment's requirement :(

    It functions as a navigator. In the later...
  2. I think I am getting close!

    Hmm so the solution is definitely that I have to print the marker during in the loop

    I tried these in the do-while loop.


    while ( board[5][5] == 1 )
    {
    ...
  3. Hi tabstop, I left room for that in the line ...

    Hi tabstop,

    I left room for that in the line

    printf( " %d ", board[rows][columns] ); and also
    printf("\n\n");

    in the loop.

    Emm I think I'll leave an image of how it should look like...
  4. How to edit printed array board for simple candy crush game

    So as part my first year assignment, I am required to create a simple candy crush game.

    I am this stage where I am required to print the 'box' for navigation purpose at the center of the board...
Results 1 to 4 of 4