{"id":24783822,"url":"https://github.com/capsulecorplab/pbe-lightsout","last_synced_at":"2025-10-14T12:09:38.346Z","repository":{"id":139248400,"uuid":"344909742","full_name":"capsulecorplab/PBE-LightsOut","owner":"capsulecorplab","description":"\"Lights Out\" game from \"Pharo by Example - A First Application\"","archived":false,"fork":false,"pushed_at":"2021-08-28T08:52:10.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-25T09:53:29.947Z","etag":null,"topics":["game","lightsout","pharo"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","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/capsulecorplab.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-05T19:14:01.000Z","updated_at":"2021-08-28T08:52:13.000Z","dependencies_parsed_at":"2023-05-17T17:45:33.887Z","dependency_job_id":null,"html_url":"https://github.com/capsulecorplab/PBE-LightsOut","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/capsulecorplab/PBE-LightsOut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capsulecorplab%2FPBE-LightsOut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capsulecorplab%2FPBE-LightsOut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capsulecorplab%2FPBE-LightsOut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capsulecorplab%2FPBE-LightsOut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capsulecorplab","download_url":"https://codeload.github.com/capsulecorplab/PBE-LightsOut/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capsulecorplab%2FPBE-LightsOut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019414,"owners_count":26086575,"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-10-14T02:00:06.444Z","response_time":60,"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":["game","lightsout","pharo"],"created_at":"2025-01-29T12:18:30.141Z","updated_at":"2025-10-14T12:09:38.302Z","avatar_url":"https://github.com/capsulecorplab.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LightsOut\n\n\"Lights Out\" game from [\"Pharo by Example - A First Application\"](https://github.com/SquareBracketAssociates/PharoByExample80/releases/download/continuous/PBE8-wip.pdf).\n\n## Loading instructions\n\n### Starting from a Pharo image\n\nOpen a playground window (`Ctrl+O+W`) and evaluate:\n\n```smalltalk\nMetacello new baseline: 'PBELightsOut';\n    repository: 'github://capsulecorplab/PBE-LightsOut:main/src';\n    load.\n```\n\nNote: Evaluate by highlighting the text, then either right-click on the highlighted text and click `Do it` or press `Ctrl+D`.\n\n### Starting from the shell\n\nClone the repo:\n\n```shell\ngit clone https://github.com/capsulecorplab/PBE-LightsOut.git\ncd PBE-LightsOut\n```\n\nDownload the 64-bit Pharo image + VM into the `PBE-LightsOut` directory and start the Pharo-UI:\n\n```shell\ncurl get.pharo.org/64/stable+vm | bash\n./pharo-ui Pharo.image\n```\n\nIn the Pharo-UI, open a playground window (`Ctrl+O+W`) and evaluate:\n\n```smalltalk\nMetacello new baseline: 'PBELightsOut';\n   repository: 'gitlocal://./src';\n   load.\n```\n\nNote: Evaluate by highlighting the text, then either right-click on the highlighted text and click `Do it` or press `Ctrl+D`.\n\n## Play LightsOut\n\nOnce the `PBE-LightsOut` package has been loaded into your Pharo image, start the game by evaluating the following:\n\n```smalltalk\nLOGame new openInWindow.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapsulecorplab%2Fpbe-lightsout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapsulecorplab%2Fpbe-lightsout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapsulecorplab%2Fpbe-lightsout/lists"}