{"id":25694097,"url":"https://github.com/srvariable/gol","last_synced_at":"2026-06-08T20:32:04.922Z","repository":{"id":237814068,"uuid":"795286698","full_name":"SrVariable/GOL","owner":"SrVariable","description":"The mythical Conway's Game of Life","archived":false,"fork":false,"pushed_at":"2024-06-08T02:22:16.000Z","size":3155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T23:50:06.448Z","etag":null,"topics":["c","conways-game-of-life","raylib"],"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/SrVariable.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-05-03T00:36:07.000Z","updated_at":"2024-06-08T02:22:19.000Z","dependencies_parsed_at":"2024-05-09T05:31:21.480Z","dependency_job_id":"d900619a-a462-434d-9aa4-d7c8635db132","html_url":"https://github.com/SrVariable/GOL","commit_stats":null,"previous_names":["srvariable/gol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SrVariable/GOL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FGOL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FGOL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FGOL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FGOL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SrVariable","download_url":"https://codeload.github.com/SrVariable/GOL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrVariable%2FGOL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34080026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["c","conways-game-of-life","raylib"],"created_at":"2025-02-24T23:50:11.897Z","updated_at":"2026-06-08T20:32:04.905Z","avatar_url":"https://github.com/SrVariable.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GOL\n\nThe mythical Conway's Game of Life made in C using [raylib](https://github.com/raysan5/raylib).\n\n# Preview\n\n[preview.webm](https://github.com/SrVariable/GOL/assets/96599624/5661c44a-a311-429a-9292-a2223cad5a9f)\n\n# Installation\n\n## Debian / Ubuntu\n\n```shell\nsudo apt update \u0026\u0026 sudo apt install build-essential git \\\nlibasound2-dev libx11-dev libxrandr-dev libxi-dev \\\nlibgl1-mesa-dev libglu1-mesa-dev libxcursor-dev \\\nlibxinerama-dev libwayland-dev libxkbcommon-dev\n```\n\n## Windows\n\nFollow steps 1, 2, 3: https://github.com/raysan5/raylib/wiki/Working-on-Windows#manual-setup-with-w64devkit\n\n# Controls\n\n|Key|Description|\n|-|-|\n|\u003ckbd\u003eB\u003c/kbd\u003e|Blinker|\n|\u003ckbd\u003eG\u003c/kbd\u003e|Glider / Gospel Gun Glider|\n|\u003ckbd\u003eLeft Click\u003c/kbd\u003e|Put cell|\n|\u003ckbd\u003eRight Click\u003c/kbd\u003e|Remove cell|\n|\u003ckbd\u003e.\u003c/kbd\u003e|Increase speed|\n|\u003ckbd\u003e,\u003c/kbd\u003e|Decrease speed|\n|\u003ckbd\u003eSpace\u003c/kbd\u003e|Pause / Play game|\n|\u003ckbd\u003eR\u003c/kbd\u003e|Restart board|\n\n\u003e [!NOTE]\n\u003e If you press \u003ckbd\u003eShift\u003c/kbd\u003e when using a key to select a pattern, it will switch reversed.\n\n# How to play\n\nExecute ```make run``` and it will start the game. Left click to put an alive cell or right click to put a dead cell.\nTo put a pattern, hold its respective key and left click. For example \u003ckbd\u003eG\u003c/kbd\u003e \u003ckbd\u003eLeft Click\u003c/kbd\u003e will place\na Glider in the selected zone.\n\n# References\n\n- Game of Life: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life\n- Patterns: https://www.researchgate.net/figure/Selected-morphologies-in-the-Game-of-Life-Their-identification-in-the-environment_fig5_318515088\n- Gospel Gun Glider: https://conwaylife.com/patterns/gosperglidergun.cells\n- Raylib: https://github.com/raysan5/raylib/blob/master/src/raylib.h\n\n# Contributing\n\nIf you find any bug or have any suggestion, please open an issue [here](https://github.com/SrVariable/BFL/issues/new).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrvariable%2Fgol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrvariable%2Fgol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrvariable%2Fgol/lists"}