Search:

Type: Posts; User: MarcusSt0ne

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,560

    Re: Need help with Game of Life generations

    Changed my else if for option 3 and now I'm getting this error on the if statements inside of option 3:
    java.lang.ArrayIndexOutOfBoundsException: 10

    /**
    * Program the mathematical game called...
  2. Replies
    5
    Views
    1,560

    Re: Need help with Game of Life generations

    I have a current board (which is actually just option 2), and I tried just copying that again and using if statements according to the rules, but that's where I'm not sure of how to start it.
  3. Replies
    5
    Views
    1,560

    Need help with Game of Life generations

    I'm making a simple game of life 10x10 board using dashes, and filling them in with x's when the user inputs the corresponding row and column. I have everything I need for this except option 3, which...
Results 1 to 3 of 3