{"id":16110166,"url":"https://github.com/matheusgomes28/pygame-life","last_synced_at":"2025-06-21T13:36:23.288Z","repository":{"id":71666785,"uuid":"392056656","full_name":"matheusgomes28/pygame-life","owner":"matheusgomes28","description":"Implementation of Conway's Game Of Life in a few lines of Python. Keep it simple and learn how to code this game!","archived":false,"fork":false,"pushed_at":"2024-06-10T17:06:31.000Z","size":198,"stargazers_count":11,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T14:03:10.782Z","etag":null,"topics":["coding","coding-challenge","conway","conways-game-of-life","game","mathematics","python"],"latest_commit_sha":null,"homepage":"https://matgomes.com/conways-game-of-life-python/","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/matheusgomes28.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":"2021-08-02T18:37:17.000Z","updated_at":"2025-02-19T19:32:21.000Z","dependencies_parsed_at":"2024-10-27T17:29:03.554Z","dependency_job_id":"49813e3e-14b4-453d-8891-5f317e2c6a4b","html_url":"https://github.com/matheusgomes28/pygame-life","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matheusgomes28/pygame-life","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusgomes28%2Fpygame-life","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusgomes28%2Fpygame-life/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusgomes28%2Fpygame-life/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusgomes28%2Fpygame-life/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheusgomes28","download_url":"https://codeload.github.com/matheusgomes28/pygame-life/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusgomes28%2Fpygame-life/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261129933,"owners_count":23113913,"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":["coding","coding-challenge","conway","conways-game-of-life","game","mathematics","python"],"created_at":"2024-10-09T19:36:04.120Z","updated_at":"2025-06-21T13:36:18.274Z","avatar_url":"https://github.com/matheusgomes28.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pygame Of Life\r\n\r\nImplementation of Conway's \"Game Of Life\" in less than 100\r\nlines of modern Python.\r\n\r\n![](https://raw.githubusercontent.com/matheusgomes28/pygame-life/main/media/pygame-of-life.gif)\r\n\r\nThe engine is entirely and purely implemented using vanilla\r\nPython 3.9, and [Pygame](https://www.pygame.org/) is used for\r\nthe graphics front.\r\n\r\n## Running The Game\r\n\r\nI recommend using the latest version of Python (3.9) on a\r\nseparate environment to your normal development one. Two\r\ngood options are Anaconda or Virtualenv, just create a new\r\nenvironment for this game and install the dependencies with:\r\n\r\n```shell\r\npip install -r requirements.txt\r\n```\r\n\r\nGiven that all the dependencies were installed, running the\r\ngame is as simple as\r\n\r\n```shell\r\npython pygame_life.py\r\n```\r\n\r\n## Understand The Code\r\n\r\nThis game was created for a post in my  personal blog.\r\nThe intention was to show that, by keeping it simple, [Conway's Game Of Life \r\ncan be implemented in a few lines of Python](https://matgomes.com/conways-game-of-life-python).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusgomes28%2Fpygame-life","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusgomes28%2Fpygame-life","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusgomes28%2Fpygame-life/lists"}