{"id":28338283,"url":"https://github.com/softartdev/conwaysgameoflife","last_synced_at":"2026-04-28T21:32:00.035Z","repository":{"id":26892684,"uuid":"67800968","full_name":"softartdev/ConwaysGameOfLife","owner":"softartdev","description":"Cellular automaton","archived":false,"fork":false,"pushed_at":"2025-09-20T18:41:24.000Z","size":1540,"stargazers_count":3,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-20T20:39:12.273Z","etag":null,"topics":["android","cellular-automaton","conways-game-of-life"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.softartdev.conwaysgameoflife","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softartdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-09-09T13:24:49.000Z","updated_at":"2024-05-04T12:20:43.000Z","dependencies_parsed_at":"2025-09-20T20:25:16.697Z","dependency_job_id":"0277a164-a429-45ee-b568-1583fe46cfa0","html_url":"https://github.com/softartdev/ConwaysGameOfLife","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/softartdev/ConwaysGameOfLife","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softartdev%2FConwaysGameOfLife","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softartdev%2FConwaysGameOfLife/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softartdev%2FConwaysGameOfLife/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softartdev%2FConwaysGameOfLife/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softartdev","download_url":"https://codeload.github.com/softartdev/ConwaysGameOfLife/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softartdev%2FConwaysGameOfLife/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32400861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","cellular-automaton","conways-game-of-life"],"created_at":"2025-05-27T00:19:03.613Z","updated_at":"2026-04-28T21:32:00.023Z","avatar_url":"https://github.com/softartdev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conway's Game of Life\n[![CI - build, tests, lint](https://github.com/softartdev/ConwaysGameOfLife/actions/workflows/ci.yml/badge.svg)](https://github.com/softartdev/ConwaysGameOfLife/actions/workflows/ci.yml)\n[![CD - publish on Google Play](https://github.com/softartdev/ConwaysGameOfLife/actions/workflows/cd.yml/badge.svg)](https://github.com/softartdev/ConwaysGameOfLife/actions/workflows/cd.yml)\n\u003e The **Game of Life**, also known simply as **Life**, is a [cellular automaton](https://en.wikipedia.org/wiki/Cellular_automaton) devised by the British [mathematician](https://en.wikipedia.org/wiki/Mathematician) [John Horton Conway](https://en.wikipedia.org/wiki/John_Horton_Conway) in 1970. It is a [zero-player game](https://en.wikipedia.org/wiki/Zero-player_game), meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is [Turing complete](https://en.wikipedia.org/wiki/Turing_complete) and can simulate a [universal constructor](https://en.wikipedia.org/wiki/Von_Neumann_universal_constructor) or any other [Turing machine](https://en.wikipedia.org/wiki/Turing_machine). - *[Wikipedia ©](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)*\n\n\u003cp\u003e\n  \u003ca href=\"https://play.google.com/store/apps/details?id=com.softartdev.conwaysgameoflife\"\u003e\u003cimg alt=\"Get it on Google Play\" src=\"https://play.google.com/intl/en_us/badges/images/apps/en-play-badge-border.png\" height=\"75px\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/softartdev/ConwaysGameOfLife/master/misc/demo.gif\" height=\"500\" /\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/softartdev/ConwaysGameOfLife/master/misc/demo2rotated.gif\" height=\"350\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftartdev%2Fconwaysgameoflife","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftartdev%2Fconwaysgameoflife","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftartdev%2Fconwaysgameoflife/lists"}