Conwlife is a Game of life implementation. Game of life is a popular mathematics game that was invented by John H. Conway in 1970. It's have very simple rules which lead to the creation of beautiful and amazing patterns.
Android version https://play.google.com/store/apps/details?id=com.abtimal.conwaysgameoflife
Features
- Setting own rules
- Loading patterns (#Life 1.05)
- Сollection of patterns
- Working with files of own format
License
GNU General Public License version 3.0 (GPLv3)Follow Conway's Game of Life
Other Useful Business Software
Grafana: The open and composable observability platform
Grafana is the open source analytics & monitoring solution for every database.
Rate This Project
Login To Rate This Project
User Reviews
-
I would have a look at it, but where can I find a source tarball? The *linux.tar.gz archive contains no more than a binary, the patterns collection and the license file. The binary is unable to find a shared library (libQtGui.so.4), but it is installed: $ rpm -ql qt-x11 | grep Gui /usr/lib64/libQtGui.so.4 /usr/lib64/libQtGui.so.4.8 /usr/lib64/libQtGui.so.4.8.5 It seems the binary is built for 32bit and doesn't recognize the 64bit libs. Anyway, I prefer sources which I can rebuild, and the GPL forces us to publish them.