{"id":17134491,"url":"https://github.com/benruns/game_of_life_python","last_synced_at":"2025-10-12T02:31:57.953Z","repository":{"id":23370580,"uuid":"26731898","full_name":"BenRuns/game_of_life_python","owner":"BenRuns","description":null,"archived":false,"fork":false,"pushed_at":"2014-11-18T08:19:23.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T02:31:46.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BenRuns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-16T23:24:29.000Z","updated_at":"2014-11-18T08:19:23.000Z","dependencies_parsed_at":"2022-08-05T22:16:21.464Z","dependency_job_id":null,"html_url":"https://github.com/BenRuns/game_of_life_python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BenRuns/game_of_life_python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenRuns%2Fgame_of_life_python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenRuns%2Fgame_of_life_python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenRuns%2Fgame_of_life_python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenRuns%2Fgame_of_life_python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenRuns","download_url":"https://codeload.github.com/BenRuns/game_of_life_python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenRuns%2Fgame_of_life_python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009960,"owners_count":26084670,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-14T19:44:56.774Z","updated_at":"2025-10-12T02:31:57.932Z","avatar_url":"https://github.com/BenRuns.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"game_of_life_python\n===================\n\n\nThis was a result of a code retreat. I'm not sure if this is the best ways for the game of life. I wrote this after coming home at the \nend of the day.\nWhat I found is that a lot of people became somewhat obsessed with defining the grid. My solution focusing on defining the points. \nEach tick of the code updates a python dictionary with the active inactive points. \n\nEach key is a tuple for the x and y coordinates on the grid\nand the value is 0 for a dead cell and 1 for a living cell. It only stores the cells that are active or where active.\nIt does not attempt to store a value for all items in and empty grid. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenruns%2Fgame_of_life_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenruns%2Fgame_of_life_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenruns%2Fgame_of_life_python/lists"}