В момента ресурсът е наличен само на английски

Simulation online. Robotics Game of Life. Pro Preview

There are a number of tools available online to help you play the game. You just seed the initial conditions and leave the game. Let's look at some of the sites.

  • #248
  • 09 Mar 2016
  • 3:02

While simulating online we can experiment with more complex seeds and see what happens to them. We use the online simulator available at:

http://www.bitstorm.org/gameoflife/

Initially we will seed with the same conditition as show on the paper and see what happens. Than we would do a completely random seed and see what happens there.

What is interesting is can we predict if the generation would live of die and how many generations it would take to die.

Follow the following tasks:

Tasks description, submission and evaluation are available to subscribed users.

Subscribe now to access the full capacity and get feedback.

English

What happens if we have a more complex grid with more cells that are alive. It will be more difficult for us to somehow calculate what is the next generation. And this applies for 10 different cells, what if you have a hundred. That's why it's a good idea to have a program and to somehow solve this problem with a computer. And there are number of different tools available online that you can use to solve this game and to see if this generation will live and for how long or will die and after how many generations it will die. Let's look at some of these tools.

Now what we see is the online tool that's written in Java I think and it's an online simulator that you can use to see the next generation. And you can find a link below in the description for this site. I've now configured the same generation as just before on the paper and I could now see what will be the next generation. I'll again click next and next and so on. In this way we can simulate this generation and we can see that at the end our generation dies at the 12 generation, so we've played the game for 12 generations and we've died. We can also experiment with other different forms. For example, here is glider and we can simulate this glider and we can see that it repeats itself.

Or we can even do some more random interesting seeds

and see what happens.

Now if you don't have a computer this will be pretty difficult for anybody to find the generations and to see which generation is next, why, how it evolves and you can see that now it has become stable and it's a very interesting, you saw how with a simple very random seed and by following a few very simple rules we've arrived at something that's stable and it follows a very interesting pattern. Check again the links below the video for simulating different initial seeds for the game.