{"id":20196065,"url":"https://github.com/thehxdev/gol","last_synced_at":"2025-03-03T08:13:36.357Z","repository":{"id":221697199,"uuid":"755133962","full_name":"thehxdev/gol","owner":"thehxdev","description":"Conway's Game of Life written in C","archived":false,"fork":false,"pushed_at":"2024-04-24T05:38:35.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T19:38:30.861Z","etag":null,"topics":[],"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/thehxdev.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-02-09T13:47:02.000Z","updated_at":"2024-04-24T05:38:38.000Z","dependencies_parsed_at":"2024-04-24T06:53:06.474Z","dependency_job_id":"6e585855-b5a7-4bf0-9ba2-e857cb1189f3","html_url":"https://github.com/thehxdev/gol","commit_stats":null,"previous_names":["thehxdev/gol"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fgol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fgol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fgol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fgol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thehxdev","download_url":"https://codeload.github.com/thehxdev/gol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241629770,"owners_count":19993710,"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-11-14T04:21:30.860Z","updated_at":"2025-03-03T08:13:36.331Z","avatar_url":"https://github.com/thehxdev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoL\n\n[Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) written in C.\n\n\n## Build\nFirst make sure that a C compiler like `gcc` or `clang`, `cmake` and `make` are installed.\n\nClone the repository:\n```bash\ngit clone --depth 1 --branch=main https://github.com/thehxdev/gol\ncd gol\n```\n\nThen Build GoL:\n```bash\nmkdir build\ncmake -DOPTIMIZE=1 -B build/ -S .\ncmake --build build/\n```\n\n## Usage\nOnce you built GoL, execute it from `build/` directory.\n```bash\n./build/gol\n```\n\n\n## Nix\n\u003e [!NOTE]\n\u003e Make sure that nix experimental features (`nix-command` and `flakes`) are enabled.\n\nExecute GoL directly as a Nix Flake:\n```bash\nnix run github:thehxdev/gol\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehxdev%2Fgol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthehxdev%2Fgol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehxdev%2Fgol/lists"}