Search:

Type: Posts; User: NessValdez

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,614

    Now Im just trying to make it look good. How can...

    Now Im just trying to make it look good. How can I set the mines to display in color? Thats not something we've covered yet but it would be nice to learn.
  2. Replies
    8
    Views
    1,614

    Wow, thank you. I spent the whole weekend trying...

    Wow, thank you. I spent the whole weekend trying to figure out what was wrong. I just declared the gameboard til after I initialized m and n and it worked perfectly.
  3. Replies
    8
    Views
    1,614

    Thank you. When I run the program, it looks like...

    Thank you. When I run the program, it looks like this:



    0 1 2 3 4
    0
    1
    2
    3 *
    4 *
  4. Replies
    8
    Views
    1,614

    Command line arguments

    I want to add command line arguments to a minesweeper game. Would this make sense? m would be the number of rows, n would be the columns, and NUMBOMBS of course would be the number of bombs to...
  5. Thread: Minesweeper

    by NessValdez
    Replies
    4
    Views
    2,170

    Thanks oogabooga. Im not quite finished with the...

    Thanks oogabooga. Im not quite finished with the game, but the third argument I havent used is for the difficulty level. I'll probably do that last since that will be the easiest thing to do. And...
  6. Thread: Minesweeper

    by NessValdez
    Replies
    4
    Views
    2,170

    I understand that the new line im inserting after...

    I understand that the new line im inserting after every row is why its not lining up with game[x][y]. But I didnt want to crunch the game into a small space. I would like to evenly space out...
  7. Thread: Minesweeper

    by NessValdez
    Replies
    4
    Views
    2,170

    Minesweeper

    Im not done with the game yet, but so far when it prints, the numbering of the rows isnt lined up properly. Ive tried several different ways, but I cant seem to figure it out, yet it seems it should...
Results 1 to 7 of 7