{"id":13821316,"url":"https://github.com/samtay/conway","last_synced_at":"2025-09-26T13:22:37.477Z","repository":{"id":80754716,"uuid":"84399436","full_name":"samtay/conway","owner":"samtay","description":"A terminal interface for Conway's Game of Life","archived":false,"fork":false,"pushed_at":"2020-04-17T03:43:58.000Z","size":136,"stargazers_count":61,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-01T12:04:06.743Z","etag":null,"topics":["brick","conway","grid","haskell","terminal-app","vty"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samtay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-09T04:48:24.000Z","updated_at":"2025-02-03T20:14:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"45c3436e-c70d-48a1-9133-7ee3e058440c","html_url":"https://github.com/samtay/conway","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samtay%2Fconway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samtay%2Fconway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samtay%2Fconway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samtay%2Fconway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samtay","download_url":"https://codeload.github.com/samtay/conway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250032232,"owners_count":21363799,"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":["brick","conway","grid","haskell","terminal-app","vty"],"created_at":"2024-08-04T08:01:19.765Z","updated_at":"2025-09-26T13:22:32.452Z","avatar_url":"https://github.com/samtay.png","language":"Haskell","funding_links":[],"categories":["Haskell"],"sub_categories":[],"readme":"# conway [![Build Status](https://travis-ci.org/samtay/conway.svg?branch=master)](https://travis-ci.org/samtay/conway)\nA terminal interface for playing Conway's Game of Life\n\n\n![terminal-gif](./docs/img/example.gif)\n\nThis is just a pet project that I thought would be a good exercise in Haskell.\nThe [Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life) is a cellular automaton\nwith simple rules but emergent complexity - a quintessential complex system.\nThe frontend leverages [brick](http://hackage.haskell.org/package/brick)\nwhile the backend is supported by custom zipper types implementing comonads.\n\nThis codebase comes with a complementary article about the [performance benefits of comonads](https://samtay.github.io/posts/comonadic-game-of-life.html).\n\n### installation\nFirst [get stack](https://docs.haskellstack.org/en/stable/README/#how-to-install). Then\n```shell\n$ git clone https://github.com/samtay/conway.git\n$ cd conway\n$ stack build\n# execute via stack\n$ stack exec life\n# alternatively, copy executable to ~/.local/bin\n$ stack install life\n$ life\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamtay%2Fconway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamtay%2Fconway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamtay%2Fconway/lists"}