Search:

Type: Posts; User: sanfor

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    4,403

    Re: help help, ... :) "game of life"

    so you mean i have to check if the x,y already on the board
    everytime i call for this function:

    before:


    public static boolean checkCell(boolean[][] cells, int x, int y) {

    if...
  2. Replies
    3
    Views
    4,403

    help help, ... :) "game of life"

    i had a home work about whats called "Game of Life"

    i had to write 4 functions as i did below:

    function 1:


    public static boolean isInside(boolean[][] cells, int x, int y) {

    if...
Results 1 to 2 of 2