{"id":25352147,"url":"https://github.com/claudemuller/life.c","last_synced_at":"2025-04-08T23:34:48.998Z","repository":{"id":186512355,"uuid":"675292791","full_name":"claudemuller/life.c","owner":"claudemuller","description":"Conway's Game of Life in C","archived":false,"fork":false,"pushed_at":"2023-11-11T02:04:10.000Z","size":800,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T23:31:35.261Z","etag":null,"topics":["c","conways-game-of-life","raylib","simulation"],"latest_commit_sha":null,"homepage":"","language":"C","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/claudemuller.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}},"created_at":"2023-08-06T12:48:34.000Z","updated_at":"2023-10-22T15:07:43.000Z","dependencies_parsed_at":"2023-11-11T03:23:11.924Z","dependency_job_id":"c1ee62b8-1401-477b-84c3-f42d019747be","html_url":"https://github.com/claudemuller/life.c","commit_stats":null,"previous_names":["claudemuller/life-c","claudemuller/life.c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Flife.c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Flife.c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Flife.c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Flife.c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claudemuller","download_url":"https://codeload.github.com/claudemuller/life.c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947820,"owners_count":21023058,"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":["c","conways-game-of-life","raylib","simulation"],"created_at":"2025-02-14T18:26:44.385Z","updated_at":"2025-04-08T23:34:48.957Z","avatar_url":"https://github.com/claudemuller.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conway's Game of Life\n\n[![build](https://github.com/claudemuller/life-c/actions/workflows/c.yml/badge.svg)](https://github.com/claudemuller/life-c/actions/workflows/c.yml)\n\nConway's Game of Life written in C with [raylib](https://github.com/raysan5/raylib).\n\n![Game of Life](images/run.png)\n\n# Requirements\n\n- [gcc](https://gcc.gnu.org/)\n- or [clang](https://clang.llvm.org/)\n- [make](https://www.gnu.org/software/make/)\n- [raylib](https://github.com/raysan5/raylib)\n\n# Simulation Interaction\n\nThe simulation starts in `edit` mode:\n\n![start](images/start.png)\n\nOne can use the:\n- `space` key to toggle between editing or running the simulation\n- `right-mouse` button to add cells\n- `left-mouse` button to remove cells\n- `s` key to to seed the Petri dish with random cells\n\n![seed dish](images/seed.png)\n\n- `enter` key to restart with a clean Petri dish\n- `q` key to quit\n\n# Build\n\n```bash\nmake build\n```\n\n# Run\n\n```bash\nmake run\n```\n\n# Build a Debug Binary\n\n```bash\nmake debug-build\n```\n\n# Start `lldb` or `gdb` With Debug Binary\n\n```bash\nmake debug\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudemuller%2Flife.c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudemuller%2Flife.c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudemuller%2Flife.c/lists"}