Search:

Type: Posts; User: Punkymedic

Search: Search took 0.19 seconds.

  1. Replies
    11
    Views
    1,339

    Re: Minesweeper Game Need Help!

    no one is writing....
  2. Replies
    11
    Views
    1,339

    Re: Minesweeper Game Need Help!

    No it's not, I'm trying to get input from other people too :/ I'm just trying to get my homework done :(
  3. Replies
    11
    Views
    1,339

    Re: Minesweeper Game Need Help!

    Java Code:


    public class MineSweeper
    {
    public static void main(String[] args)
    {
    //Game Description (Part 1)
    System.out.println("Find the empty squares and avoid the mines.");
    ...
  4. Replies
    11
    Views
    1,339

    Re: Minesweeper Game Need Help!

    arrgghh, this class is so difficult :(
    I sat down with the college tutor and this is the code he came up with. He ran out of time helping me, but I don't understand anything because it's such an...
  5. Replies
    11
    Views
    1,339

    Re: Minesweeper Game Need Help!

    I don't understand bool error or if I need to declare what it returns
  6. Replies
    11
    Views
    1,339

    Re: Minesweeper Game Need Help!

    Program Description:

    Create the first part of your MineSweep Game for Java. You will create the following parts for your game. You will write all your code in main:

    Game Description - this...
  7. Replies
    11
    Views
    1,339

    Minesweeper Game Need Help!

    Below is my psuedo code. I need some serious help putting all of this together. Any critiques would be greatly appreciated!!!!!
    For now, I need this code written in main, and then eventually split...
Results 1 to 7 of 7