{"id":15471666,"url":"https://github.com/antodoms/conways_game_of_life","last_synced_at":"2025-03-28T12:44:36.014Z","repository":{"id":72896217,"uuid":"106062162","full_name":"antodoms/conways_game_of_life","owner":"antodoms","description":"conway's game of life implementation in ruby","archived":false,"fork":false,"pushed_at":"2017-10-07T10:49:10.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T01:15:41.686Z","etag":null,"topics":["conways","game","implementation","infrastructure","life","of","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/antodoms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-10-07T00:58:50.000Z","updated_at":"2017-10-07T10:38:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"d36d37e1-9673-4744-b035-c26046c747c7","html_url":"https://github.com/antodoms/conways_game_of_life","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"e3d04a79711b2ea8f2cdf2f45ecc0b8db9bbb3cd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antodoms%2Fconways_game_of_life","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antodoms%2Fconways_game_of_life/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antodoms%2Fconways_game_of_life/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antodoms%2Fconways_game_of_life/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antodoms","download_url":"https://codeload.github.com/antodoms/conways_game_of_life/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246034280,"owners_count":20712851,"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","implementation","infrastructure","life","of","ruby"],"created_at":"2024-10-02T02:21:12.183Z","updated_at":"2025-03-28T12:44:35.980Z","avatar_url":"https://github.com/antodoms.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConwaysGameOfLife\n\nWelcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/conways_game_of_life`. To experiment with that code, run `bin/console` for an interactive prompt.\n\nTODO: Delete this and the text above, and describe your gem\n\n## Usage\n\nExamples to start this script are shown in the `bin/start_manual` and `bin/start_random` scripts in the project. To test the manual entry of the cell data run the below command on your terminal:\n```shell\nbin/start_manual\n```\nTo test the randomly generated cell data run the below command on your terminal:\n```shell\nbin/start_random\n```\n\n## Possible Improvements\n\n- Get out of the infinite loop when nothing is changing between consecutive frames.\n- Use a ruby graphical interface such as by using gofu gem which is a wrapper to build 2D games in ruby.\n- Use the script in a ruby on rails application to return the next tick for a board via an endpoint.\n- could improve the design of the classes.\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'conways_game_of_life'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install conways_game_of_life\n\n## Usage\n\nTODO: Write usage instructions here\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/conways_game_of_life. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the ConwaysGameOfLife project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/conways_game_of_life/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantodoms%2Fconways_game_of_life","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantodoms%2Fconways_game_of_life","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantodoms%2Fconways_game_of_life/lists"}