may i see the source? im doing this for my class but my teacher is so horrible. we did not even do arrays or vectors yet and still he assigned us this problem. we all are lost. you have to use arrays for this right?
I made a two player game of life before, somewhat similar to this. I was delighted when I figured out that the color of a new born cell did not have to be super-arbitrary, but a "majority rule" could be used.
Imagine adding "stamps paintbrushes" at the drawing round, so that you could use pre-programed forms.
And then of course, imagine if this could be played online. I know it's a ton of work to make an online game...
how come you always have to download these kind of games?
gawa4002 3 years ago
where can i download this
DELTAWOLF05 3 years ago
How do the different coloured cells interact? Are they iterated simultaneously or individually?
XerolOplan 3 years ago
They all act simulatneously. The cell's colour is determined by whatever the colour is of the majority of cells surrounding it.
Just give me a shout if you'd like to check out the source.
MartinDCopp 3 years ago
may i see the source? im doing this for my class but my teacher is so horrible. we did not even do arrays or vectors yet and still he assigned us this problem. we all are lost. you have to use arrays for this right?
lucirz 2 years ago
I made a two player game of life before, somewhat similar to this. I was delighted when I figured out that the color of a new born cell did not have to be super-arbitrary, but a "majority rule" could be used.
Imagine adding "stamps paintbrushes" at the drawing round, so that you could use pre-programed forms.
And then of course, imagine if this could be played online. I know it's a ton of work to make an online game...
williamsharkey 2 years ago
@williamsharkey I seen a 2 player life in an old book on computer games. It did use majority rule to decide the color of new lives.
tarot4games 1 year ago
each step in time, a cell survives if it has 2-3 neighbors, is born if it has exactly 3 neighbors, otherwise the cell dies or remains dead
qwecjc 3 years ago
With higher refresh rate iy looked awesome ^^ , nice tune too =3 .... 5* thanks for sharing
robotwo 4 years ago