{"id":27168461,"url":"https://github.com/archange-py/game_of_life","last_synced_at":"2025-09-09T07:41:32.425Z","repository":{"id":251790112,"uuid":"821321807","full_name":"Archange-py/Game_of_Life","owner":"Archange-py","description":"The Conway's Game of Life on the Numworks calculator","archived":false,"fork":false,"pushed_at":"2024-08-05T17:13:15.000Z","size":249,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T17:03:07.874Z","etag":null,"topics":["game-of-life","numworks","python","simulator"],"latest_commit_sha":null,"homepage":"","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/Archange-py.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-28T09:28:04.000Z","updated_at":"2024-10-07T07:06:40.000Z","dependencies_parsed_at":"2024-08-05T20:18:02.984Z","dependency_job_id":null,"html_url":"https://github.com/Archange-py/Game_of_Life","commit_stats":null,"previous_names":["archange-py/game_of_life"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Archange-py/Game_of_Life","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archange-py%2FGame_of_Life","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archange-py%2FGame_of_Life/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archange-py%2FGame_of_Life/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archange-py%2FGame_of_Life/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Archange-py","download_url":"https://codeload.github.com/Archange-py/Game_of_Life/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archange-py%2FGame_of_Life/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274261374,"owners_count":25251946,"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-09-09T02:00:10.223Z","response_time":80,"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":["game-of-life","numworks","python","simulator"],"created_at":"2025-04-09T05:33:34.104Z","updated_at":"2025-09-09T07:41:32.383Z","avatar_url":"https://github.com/Archange-py.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" width=\"100%\"\u003e\n\u003cimg src=\".\\pictures\\game_of_life.jpg\" alt=\"game_of_life\"\u003e\n\u003c/p\u003e\n\nThe author of the image is Ioannis Mourginakis, available here: https://www.artstation.com/artwork/blLA2d\n\n# Conway's Game of Life\n\n###\nWelcome ! This directory contains an emulator for the Game of Life which you can use on your Numworks or computer to install the necessary libraries, go [here](https://github.com/Archange-py/Visuel). If you want to discover this subject you can explore the [Wikipédia page](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).\n\n## Table of Contents\n***\n1. [General Info](#general-info)\n2. [Examples](#examples)\n\n## General Info\n***\n###\nThis project includes two files: the Game of Life emulator, which you can download [here](https://my.numworks.com/python/archange/game_of_life) for the Numworks, and an example file that you can copy and paste into a python script on your calculator.\n\n## Examples\n***\n###\nHere are a few examples of patterns that can be produced and simulate with it:\n\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth align=\"center\"\u003eExample 1\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_1.png\"\u003e \u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth align=\"center\"\u003eExamples 2\u003c/th\u003e\n            \u003cth align=\"center\"\u003eExamples 2\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_3_1.png\"\u003e \u003c/td\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_3_2.png\"\u003e \u003c/td\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_3_3.png\"\u003e \u003c/td\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_3_4.png\"\u003e \u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_3_5.png\"\u003e \u003c/td\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_3_6.png\"\u003e \u003c/td\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_3_7.png\"\u003e \u003c/td\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_3_8.png\"\u003e \u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth align=\"center\"\u003eExamples 3\u003c/th\u003e\n            \u003cth align=\"center\"\u003eExamples 3\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_2_1.png\"\u003e \u003c/td\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_2_2.png\"\u003e \u003c/td\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_2_3.png\"\u003e \u003c/td\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_2_4.png\"\u003e \u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth align=\"center\"\u003eExample 4\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e \u003cimg src=\".\\pictures\\example_4.png\"\u003e \u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchange-py%2Fgame_of_life","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchange-py%2Fgame_of_life","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchange-py%2Fgame_of_life/lists"}