31 lines
764 B
YAML
31 lines
764 B
YAML
|
Categories:
|
||
|
- Games
|
||
|
License: GPL-3.0-only
|
||
|
SourceCode: https://archive.softwareheritage.org/browse/origin/http://droidlife.googlecode.com/svn//directory/
|
||
|
|
||
|
AutoName: DroidLife
|
||
|
Description: |-
|
||
|
Simulate cellular life. This is an implementation of Conway's Game of Life.
|
||
|
Choose from many included seeds, download thousands online, or design your own
|
||
|
from the app.
|
||
|
|
||
|
Define your own life: configure birth and survival rules.
|
||
|
|
||
|
Reads standard Life file formats: Life 106 & RLE.
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 2.4.1
|
||
|
versionCode: 21
|
||
|
commit: '22'
|
||
|
init: rm -rf release/
|
||
|
|
||
|
- versionName: '2.5'
|
||
|
versionCode: 22
|
||
|
commit: '23'
|
||
|
init: rm -rf release/
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Static
|
||
|
CurrentVersion: '2.5'
|
||
|
CurrentVersionCode: 22
|