{"id":16265717,"url":"https://github.com/cyacedev/conway","last_synced_at":"2025-04-08T14:36:58.750Z","repository":{"id":54787979,"uuid":"292764845","full_name":"cyacedev/conway","owner":"cyacedev","description":"A C# implementation of conway which aims to export statistics","archived":false,"fork":false,"pushed_at":"2021-01-29T07:21:22.000Z","size":2896,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T10:56:14.780Z","etag":null,"topics":["conway","csharp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyacedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-04T06:11:28.000Z","updated_at":"2021-01-29T07:21:16.000Z","dependencies_parsed_at":"2022-08-14T03:00:36.409Z","dependency_job_id":null,"html_url":"https://github.com/cyacedev/conway","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/cyacedev%2Fconway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyacedev%2Fconway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyacedev%2Fconway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyacedev%2Fconway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyacedev","download_url":"https://codeload.github.com/cyacedev/conway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247862275,"owners_count":21008669,"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":["conway","csharp"],"created_at":"2024-10-10T17:20:22.604Z","updated_at":"2025-04-08T14:36:58.731Z","avatar_url":"https://github.com/cyacedev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"./.github/conway_logo.gif\" alt=\"A glider in Conway's Game of Life\"\u003e\n\u003c/p\u003e\n\n# conway\n\nA example Implementation of a Conway's Game of Life simulator,\nmostly used to extract statistics.\n\n## Development\n\nUse VS Code with the C# extension from omnisharp.\nA simple introduction and setup is explained at [microsoft docs](https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code)\n\nAlways use a branch for any changes!\n\n## Usage\n\n`dotnet run input.csv`\n\n### CSV-Format\n\n```csv\nFieldSize,ProbabilityForLife,NumberOfIterations,NumberOfSimulations,SaveStatistics,SaveEndState,AverageStats,NameStatisticFile,NameEndStateFile\n10,100,1000,10,true,false,true,out/outputfile,out/endstate\n```\n\n| Parameter           | Explanation                                                                               |\n| :------------------ | :---------------------------------------------------------------------------------------- |\n| FieldSize           | The size of the Field in which the starting civilzation will be generated                 |\n| ProbabilityForLife  | The Probability in Promille for a cell to be alive at the start                           |\n| NumberOfIterations  | Amount of Iterations that a simulation should work trough                                 |\n| NumberOfSimulations | Number of Repetitions with the same parameters but new generated cells                    |\n| SaveStatistics      | If the programm should save statistics                                                    |\n| SaveEndState        | If the programm should save the last state of the field in a simulation                   |\n| AverageStats        | If the program should save averages over all simulations of the same type                 |\n| NameStatisticFile   | Where the program should store the stats and the name of the files                        |\n| NameEndStateFile    | Where the program should store the last state of the simulation and the name of the files |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyacedev%2Fconway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyacedev%2Fconway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyacedev%2Fconway/lists"}