+ 4

Has anyone gave a try at making conways game of life

23rd Oct 2017, 3:20 AM
Pickle_Rick()
Pickle_Rick() - avatar
4 Antworten
+ 10
Just head to Code Playground and search with the keyword "conway" and you'll find a lot of interesting submissions! 😉
23rd Oct 2017, 3:41 AM
Zephyr Koo
Zephyr Koo - avatar
+ 3
Yea i have seen some. They look like some can be quite complex.
23rd Oct 2017, 3:59 AM
Pickle_Rick()
Pickle_Rick() - avatar
0
I just finished making it in Unity. It was fun. Quite simple when you get down to it. Make a grid as a 2D array to store the grid. Give each location a starting 1 or 0 (on or off) ... iterate thru the grid and fill a 2nd array based on the rules of conways game of life... redraw the grid with the new 1s and 0s.. Repeat.
6th Jan 2021, 6:10 PM
LordHill
LordHill - avatar
0
I decided it would have made a good Screensaver ... Wrote it in Java... Enjoy https://lordhill.itch.io/conways-game-of-life-screensaver
6th Nov 2021, 9:40 PM
LordHill
LordHill - avatar