Recently I was challenged to a game-of-life-off competition. The result was http://jacekk.co.uk/scripts/life.html
The code for this can be seen in the page source since its all in JavaScript. The challenge was to get a working version as fast as possible so there are no fancy optimisations.
It's a nice challenge and worth trying if you have a spare hour
</random sharing>
Game of Life
Re: Game of Life
Could you explain a bit more?
I'm not too sure what I'm looking at when I click "randomize" then "start" (or maybe it's just my ignorance).
I'm not too sure what I'm looking at when I click "randomize" then "start" (or maybe it's just my ignorance).
-
- Posts: 205
- Joined: Mon Jul 09, 2012 11:13 pm
Re: Game of Life
It's a simple simulation with 4 rules http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life black cells are dead white ones are alive.
EDIT:
Challenge accepted !EcazS wrote:Now do it in Minecraft!
EDIT:
Re: Game of Life
Dammit!
I got distracted by the random slime at 1:50
I got distracted by the random slime at 1:50
Re: Game of Life
Ohhhhh!!!jacek wrote:It's a simple simulation with 4 rules http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life black cells are dead white ones are alive.
I get it now
Very clever
Re: Game of Life
I thought the moving black cells were alive.