Game of Life implementation in native Android
-
It is developed using Android 2D graphics.
-
It has configurable grid dimensions from 2X2 to 20X20.
-
It is a simple game generating next version evolution based on current configuration on each next click.
-
It is implemented using image rendering and GridView + Adapter.
-
It is a bit enhanced version of Lab1 generating next versions of evolution continuously once user starts it until either 1) it reaches a stable state, 2) every life goes outside of grid bounds or 3) user stops explicitly.
These applications are released under the Apache License 2.0.