Search:

Type: Posts; User: jps

Search: Search took 0.19 seconds.

  1. Re: Game of Life Matrix...Needs troubleshoot, specific output

    Hate to be picky, but that is not how it ended up either.
    That is how it come out, and to me it works out >=, and I only mentioned it because I for one was unfamiliar with this "Game of Life" thing...
  2. Re: Game of Life Matrix...Needs troubleshoot, specific output

    Those lovely typos just go and change the meaning sometimes.
  3. Re: Game of Life Matrix...Needs troubleshoot, specific output

    How does it not mean that?

    livingNeighbors = 3;
    if(livingNeighbors == 3) {//rule 5
    myLifeStarts();
    }
    //but then...
    if(livingNeighbors >= 3) {//rule 6
    myLifeRemainsDead();
    }Life can...
  4. Re: Game of Life Matrix...Needs troubleshoot, specific output

    Oh now i get it. I guess it helps to be familiar with what is going on. Never heard of this before.
    I do have to complain about rule 6. Rule 6 would disallow any dead cell from ever being live. If...
  5. Re: Game of Life Matrix...Needs troubleshoot, specific output

    I do not understand your question or your problem. Can you give more details about what you want, vs what you are getting?
Results 1 to 5 of 5