{"id":18074541,"url":"https://github.com/codehearts/cest-la-vie","last_synced_at":"2025-08-01T13:04:19.073Z","repository":{"id":151692113,"uuid":"115085094","full_name":"codehearts/cest-la-vie","owner":"codehearts","description":"🔬 Game of life in different languages, for fun!","archived":false,"fork":false,"pushed_at":"2017-12-22T06:36:41.000Z","size":8366,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T18:52:40.797Z","etag":null,"topics":["conways-game-of-life"],"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/codehearts.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":"2017-12-22T06:36:17.000Z","updated_at":"2017-12-22T06:40:17.000Z","dependencies_parsed_at":"2023-04-18T02:00:18.031Z","dependency_job_id":null,"html_url":"https://github.com/codehearts/cest-la-vie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codehearts/cest-la-vie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehearts%2Fcest-la-vie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehearts%2Fcest-la-vie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehearts%2Fcest-la-vie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehearts%2Fcest-la-vie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codehearts","download_url":"https://codeload.github.com/codehearts/cest-la-vie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehearts%2Fcest-la-vie/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268229200,"owners_count":24217003,"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-08-01T02:00:08.611Z","response_time":67,"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":["conways-game-of-life"],"created_at":"2024-10-31T10:14:00.724Z","updated_at":"2025-08-01T13:04:19.034Z","avatar_url":"https://github.com/codehearts.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Life Implementations\n\nImplementations of Conway's Game of Life in different languages, just for fun!\n\n## C Implementation\n\nUses bits within a `char` to represent the alive state and number of neighbors for any given cell. Glut is used for drawing even though it's deprecated, I just wanted quick 'n dirty graphics with C! Run `make` from the project directory and you should get a binary on Linux or macOS.\n\n![Life in C](https://raw.githubusercontent.com/codehearts/cest-la-vie/master/screenshots/life-c.gif)\n\n## Python Implementation\n\nMuch less efficient than the C version, but I added some rules for coloring cells to make things interesting (spoiler alert: future generations just get muddier and muddier). Uses `pyglet` (my favorite) and `python3`, so just `pip3 install pyglet` and then `python3 main.py`\n\n![Life in Python](https://raw.githubusercontent.com/codehearts/cest-la-vie/master/screenshots/life-python.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehearts%2Fcest-la-vie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodehearts%2Fcest-la-vie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehearts%2Fcest-la-vie/lists"}