{"id":15967879,"url":"https://github.com/elucidation/conwaylifecpp","last_synced_at":"2025-04-04T14:25:01.928Z","repository":{"id":4769898,"uuid":"5921108","full_name":"Elucidation/ConwayLifeCpp","owner":"Elucidation","description":"Basic Conway's Life implementation in C++","archived":false,"fork":false,"pushed_at":"2012-09-24T08:44:06.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T00:17:02.060Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Elucidation.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2012-09-23T10:10:10.000Z","updated_at":"2014-01-14T12:23:19.000Z","dependencies_parsed_at":"2022-09-21T01:00:54.967Z","dependency_job_id":null,"html_url":"https://github.com/Elucidation/ConwayLifeCpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elucidation%2FConwayLifeCpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elucidation%2FConwayLifeCpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elucidation%2FConwayLifeCpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elucidation%2FConwayLifeCpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Elucidation","download_url":"https://codeload.github.com/Elucidation/ConwayLifeCpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247192073,"owners_count":20899033,"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-10-07T18:42:03.234Z","updated_at":"2025-04-04T14:25:01.906Z","avatar_url":"https://github.com/Elucidation.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple C++ implementation of [Conway's Game of Life](http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).\n\n![Visualization of Life board](http://i.imgur.com/MYzeM.png)\n\nBasic Usage\n---\nRun `life.exe`\nDefaults to 32x32 boards for 100 turns with visuals on.\n\nFor more control pass arguments via `life.exe SIZE TURNS VISUAL?`\n* 2D board size is NxN where N = SIZE\n* TURNS is the number of turns to step through\n* VISUAL? is whether to show visuals or not, can be 'v' for yes or anything else for no\n\n\nBranches\n---\nMaster branch uses a dynamically allocated 2D array, every cell in array is checked.\nunordered_map branch holds a hash map of all cells followed (living and neighbors thereof), and only checks those.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felucidation%2Fconwaylifecpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felucidation%2Fconwaylifecpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felucidation%2Fconwaylifecpp/lists"}