Wednesday, September 2, 2015

Open source Conway's Game of Life for Android with editable rules

Android app on Google Play

Source: https://github.com/zsoltk/GameOfLife

You can use the codebase to implement your own cellular automata, as it was intentionally designed to be easy: implement your own rules (maybe color mapping for custom states) and you're good to go.

Even if you're not familiar with cellular automata, both playing with the app and discovering the solutions behind it can be fun.

You can also edit the rules in the app to have some pretty interesting results instantly:




Some Gradle tricks for Android

Just my two cents on my favorite gradle tips & tricks.