價格:免費
更新日期:2019-07-16
檔案大小:2.4M
目前版本:1.0
版本需求:Android 4.1 以上版本
官方網站:mailto:egorovsonalexey@gmail.com
The implementation of the cellular automata.
It contains two features not presented at the moment in other implementations.
1. Possibility of limiting the lifetime of an element. That is, it is possible to specify the maximum number of generations during which an element still alive. After a given number of generations, the element is deleted regardless of the number of neighbors.
Setting this parameter avoids static "immortal" positions, only mobile populations "survive".
It is interesting to investigate the dependence of the "survival" of the population on the maximum lifetime. For example, the population generated by the pattern b3 / s345 4o $ bo !, "survives" if and only if a maximum lifetime equals to 7.
2. The field with hexagonal grid is realized. In contrast to a rectangular grid in a grid with a hexagonal cell, all directions are equivalent. This allows you to get beautiful symmetrical positions.
Implemented the possibility of saving and loading patterns in the format LIFE 1.06 and RLE.
If you try to save a file, the application will request access to the media repository.
Access to the repository is necessary for the application only to save patterns.