Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/efimj/gameoflife

Android version Conway's Game of Life. Based on material you. Realized with jetpack compose libraries.
https://github.com/efimj/gameoflife

android android-app android-application android-game androidgame game game-of-life gameoflife jetpack jetpack-android jetpack-compose

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


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](https://play.google.com/store/apps/details?id=com.jobik.gameoflife)

### 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](https://github.com/Efimj/GameOfLife/stargazers)__ for this repository. ⭐

Also, support me
withBuy Me A Coffee