{"id":22354342,"url":"https://github.com/jonmagic/conways","last_synced_at":"2025-03-26T12:40:42.348Z","repository":{"id":16225170,"uuid":"18972521","full_name":"jonmagic/conways","owner":"jonmagic","description":"Conway's Game of Life","archived":false,"fork":false,"pushed_at":"2014-04-20T19:57:32.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T13:43:47.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonmagic.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}},"created_at":"2014-04-20T19:51:18.000Z","updated_at":"2023-11-30T02:05:00.000Z","dependencies_parsed_at":"2022-08-31T06:50:40.688Z","dependency_job_id":null,"html_url":"https://github.com/jonmagic/conways","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmagic%2Fconways","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmagic%2Fconways/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmagic%2Fconways/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmagic%2Fconways/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonmagic","download_url":"https://codeload.github.com/jonmagic/conways/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245658961,"owners_count":20651517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-04T13:12:21.334Z","updated_at":"2025-03-26T12:40:42.318Z","avatar_url":"https://github.com/jonmagic.png","language":"Ruby","readme":"# Conway's Game of Life\n\n\u003e The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1]\n\n\u003e The \"game\" is a 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.\n\n![glider](http://cl.ly/image/1W3T0K3G3e2J/glider.gif)\n\nFrom http://en.wikipedia.org/wiki/Conway's_game_of_life\n\n## The Rules\n\n1. Any live cell with fewer than two live neighbours dies, as if caused by under-population.\n1. Any live cell with two or three live neighbours lives on to the next generation.\n1. Any live cell with more than three live neighbours dies, as if by overcrowding.\n1. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.\n\n![glider and blinker collision](http://cl.ly/image/3k331R16310G/collision.gif)\n\n## Run\n\n```\nruby run.rb\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonmagic%2Fconways","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonmagic%2Fconways","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonmagic%2Fconways/lists"}