Efimj / GameOfLife

Android version Conway's Game of Life. Based on material you. Realized with jetpack compose libraries.

Home Page:https://play.google.com/store/apps/details?id=com.jobik.gameoflife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

Description

The Game of Life, also known simply as "Life", is a cellular automaton developed in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state and does not require additional actions. A person interacts with the Game of Life, creating an initial configuration and watching how it develops. It is Turing complete and can model a universal constructor or any other Turing machine.

Rules

  • In an empty (dead) cell, if there are exactly three living neighbors, life is born
  • If a living cell has two or three living neighbors, it continues to live; otherwise, the cell dies (due to " loneliness" or "overcrowding")

Download from Google Play

Key features

  • Simple controls: Tap to toggle cells and start the simulation.
  • Adjustable speed: Control the pace of the simulation to observe patterns at your own rhythm.
  • Customizable grid size: Tailor the dimensions of the grid to suit your preferences.
  • Explore patterns: Discover famous configurations like gliders, blinkers, and more.
  • Customize rules: Experiment with different rule sets to create new and unique simulations.

App features

  • Adaptive theming
  • Localization
  • BackdropScaffold usage
  • Large screen support

Design & Screenshots

Phones

Desktop | Tablet

Do you like this app? 💜

Support it by joining stargazers for this repository. ⭐

Also, support me withBuy Me A Coffee

About

Android version Conway's Game of Life. Based on material you. Realized with jetpack compose libraries.

https://play.google.com/store/apps/details?id=com.jobik.gameoflife


Languages

Language:Kotlin 100.0%