{"id":25352170,"url":"https://github.com/claudemuller/life.go","last_synced_at":"2025-07-31T19:03:16.266Z","repository":{"id":186309512,"uuid":"674976164","full_name":"claudemuller/life.go","owner":"claudemuller","description":"Conway's Game of Life in Go","archived":false,"fork":false,"pushed_at":"2023-08-16T12:54:52.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T18:33:45.685Z","etag":null,"topics":["conways-game-of-life","go","raylib","simulation"],"latest_commit_sha":null,"homepage":"","language":"Go","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-05T11:07:28.000Z","updated_at":"2023-10-22T15:12:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b1fb3c8-5778-490f-ba64-478d3868c6e5","html_url":"https://github.com/claudemuller/life.go","commit_stats":null,"previous_names":["claudemuller/conways-game-of-life-go","claudemuller/life-go","claudemuller/life.go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Flife.go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Flife.go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Flife.go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudemuller%2Flife.go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claudemuller","download_url":"https://codeload.github.com/claudemuller/life.go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947814,"owners_count":21023057,"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":["conways-game-of-life","go","raylib","simulation"],"created_at":"2025-02-14T18:26:46.965Z","updated_at":"2025-04-08T23:34:59.573Z","avatar_url":"https://github.com/claudemuller.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conway's Game of Life\n\n[![Go](https://github.com/claudemuller/life-go/actions/workflows/go.yml/badge.svg)](https://github.com/claudemuller/life-go/actions/workflows/go.yml)\n\nConway's Game of Life written in Go with [raylib](https://github.com/raysan5/raylib).\n\n![Game of Life](images/run.png)\n\n# Requirements\n\n- [Go](https://go.dev/)\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\ngo build cmd/main.go\n```\n\n# Run\n\n```bash\ngo run cmd/main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudemuller%2Flife.go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudemuller%2Flife.go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudemuller%2Flife.go/lists"}