{"id":16352860,"url":"https://github.com/mixelpixel/gameoflife","last_synced_at":"2025-09-05T07:41:49.074Z","repository":{"id":106835690,"uuid":"68363551","full_name":"mixelpixel/GameOfLife","owner":"mixelpixel","description":"John H. Conway's \"Game of Life\" - A Ruby Tutorial","archived":false,"fork":false,"pushed_at":"2016-10-05T04:27:26.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T16:34:03.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.youtube.com/playlist?list=PLMC91Ry9EhRKUn0MIdgXrZiptF7nVyYoQ","language":"Ruby","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/mixelpixel.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":"2016-09-16T08:20:16.000Z","updated_at":"2016-09-30T01:49:30.000Z","dependencies_parsed_at":"2023-04-13T00:40:24.018Z","dependency_job_id":null,"html_url":"https://github.com/mixelpixel/GameOfLife","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mixelpixel/GameOfLife","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixelpixel%2FGameOfLife","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixelpixel%2FGameOfLife/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixelpixel%2FGameOfLife/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixelpixel%2FGameOfLife/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mixelpixel","download_url":"https://codeload.github.com/mixelpixel/GameOfLife/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixelpixel%2FGameOfLife/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273728078,"owners_count":25157135,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11T01:27:51.678Z","updated_at":"2025-09-05T07:41:49.033Z","avatar_url":"https://github.com/mixelpixel.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GameOfLife\nJohn H. Conway's \"Game of Life\"  \nhttps://www.youtube.com/watch?v=R9Plq-D1gEk John H. Conway  \nhttps://www.youtube.com/watch?v=E8kUJL04ELA More from Mr. Conway  \nWiki: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life  \n  \nA Ruby Tutorial  \nGitHub: https://github.com/ofcan/game-of-life-ruby  \nYouTube videos:  \nPLAYLIST: https://www.youtube.com/playlist?list=PLMC91Ry9EhRKUn0MIdgXrZiptF7nVyYoQ  \nhttps://www.youtube.com/watch?v=iLXO2FLPulI Part1 - Introduction  \nhttps://www.youtube.com/watch?v=Q3Pkuhj16Xk Part2 - Basic file structure  \nhttps://www.youtube.com/watch?v=7kHmkskv8ug Part3 - World class  \nhttps://www.youtube.com/watch?v=Tzs3_pl410M Part4 - World and Cell classes  \nhttps://www.youtube.com/watch?v=uwqfb3-Xjo0 Part5 - Cell class coordinates  \nhttps://www.youtube.com/watch?v=oHhKFwAcjb8 Part6 - Game class introduction  \nhttps://www.youtube.com/watch?v=lqviK8M-noM Part7 - Game class  \nhttps://www.youtube.com/watch?v=1R5thzz6rcw Part8 - Planting the seeds  \nhttps://www.youtube.com/watch?v=suBxLxipR-4 Part9 - Counting the neighbors (beginning)  \nhttps://www.youtube.com/watch?v=nOrBc8kMNx4 Part10 - Counting the neighbors (continued)  \nhttps://www.youtube.com/watch?v=jdNj3LCUxXw Part11 - Counting the neighbors (finished)  \nhttps://www.youtube.com/watch?v=vmSCB9IdDnk Part12 - Four Rules finished!  \nhttps://www.youtube.com/watch?v=J5fesJ3wM6s Part13 - Gosu Basics  \nhttps://www.youtube.com/watch?v=bUuLTQfO1rQ Part14 - Gosu Background and Variables  \nhttps://www.youtube.com/watch?v=mRI7uk-WhNk Part15 - Connecting Gocu  \nhttps://www.youtube.com/watch?v=p3luB_usR5A Part16 - Drawing the cells  \nhttps://www.youtube.com/watch?v=wIbL4klYtQk Part17 - The Grand Finale  \n  \nother resources:   \nhttps://www.youtube.com/watch?v=SSPXwnYCGn8 Texas Instruments version  \n  \nOf note from the tutorial author:  \nhttps://github.com/ofcan/game-of-life-ruby  \nhttp://stackoverflow.com/users/1028956/ofca  \nhttp://stackoverflow.com/questions/15422642/ruby-game-of-life-with-gosu-update-action-not-working  \n\nrspec:  \nhttp://rspec.info/  \n  \nRVM:  \nhttps://rvm.io/  \nhttps://rvm.io/rvm/install  \n  \nbundler:  \nhttp://bundler.io/  \n  \nGosu:  \nhttps://www.libgosu.org/  \nhttps://github.com/gosu/gosu/wiki/Getting-Started-on-Linux  \nhttps://github.com/gosu/gosu/wiki/ruby-tutorial  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixelpixel%2Fgameoflife","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmixelpixel%2Fgameoflife","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixelpixel%2Fgameoflife/lists"}