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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.