{"id":15164351,"url":"https://github.com/remarkablegames/lights-out","last_synced_at":"2025-07-27T21:40:32.890Z","repository":{"id":233151811,"uuid":"786165061","full_name":"remarkablegames/lights-out","owner":"remarkablegames","description":"💡 Collect power-ups before the lights go out!","archived":false,"fork":false,"pushed_at":"2025-07-18T01:56:12.000Z","size":4327,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T06:21:06.926Z","etag":null,"topics":["2d","game","html","javascript","phaser","typescript","web"],"latest_commit_sha":null,"homepage":"http://remarkablegames.org/lights-out/","language":"TypeScript","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/remarkablegames.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-13T16:06:42.000Z","updated_at":"2025-07-18T01:55:47.000Z","dependencies_parsed_at":"2024-04-14T06:49:48.710Z","dependency_job_id":"a3e23dd5-6b4f-448c-849d-ff42c6a7b958","html_url":"https://github.com/remarkablegames/lights-out","commit_stats":{"total_commits":146,"total_committers":5,"mean_commits":29.2,"dds":0.3561643835616438,"last_synced_commit":"e32b4635c116916b0d7bf5d0ad68e51f1a02e43e"},"previous_names":["remarkablegames/animal-power-tycoon","remarkablegames/lights-out"],"tags_count":2,"template":false,"template_full_name":"remarkablegames/phaser-rpg","purl":"pkg:github/remarkablegames/lights-out","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flights-out","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flights-out/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flights-out/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flights-out/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablegames","download_url":"https://codeload.github.com/remarkablegames/lights-out/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Flights-out/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267429567,"owners_count":24085974,"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-07-27T02:00:11.917Z","response_time":82,"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":["2d","game","html","javascript","phaser","typescript","web"],"created_at":"2024-09-27T03:04:33.380Z","updated_at":"2025-07-27T21:40:32.882Z","avatar_url":"https://github.com/remarkablegames.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/remarkablegames/lights-out/master/public/screenshots/screenshot3.png\" alt=\"Lights Out\" width=\"360\"\u003e\n\u003c/p\u003e\n\n# Lights Out\n\n![release](https://img.shields.io/github/v/release/remarkablegames/lights-out)\n[![build](https://github.com/remarkablegames/lights-out/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/lights-out/actions/workflows/build.yml)\n\n💡 Collect power-ups before the lights go out!\n\nThis game was made for [Gamedev.js Jam 2024](https://itch.io/jam/gamedevjs-2024), which the theme was **Power**.\n\nPlay the game on:\n\n- [remarkablegames](https://remarkablegames.org/lights-out)\n- [itch.io](https://remarkablegames.itch.io/lights-out)\n\nRead the [blog post](https://remarkablegames.org/posts/lights-out/).\n\n## Ideation\n\n- [Excalidraw](https://excalidraw.com/#json=kdRfqSm9UoL0cEQ8MPRNo,mMrxHx-OPwRogYySd-1PqQ)\n\n## Prerequisites\n\n- [nvm](https://github.com/nvm-sh/nvm#readme)\n\n## Install\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablegames/lights-out.git\ncd lights-out\n```\n\nInstall the dependencies:\n\n```sh\nnpm install\n```\n\n## Environment Variables\n\nSet the environment variables:\n\n```sh\nless .env\n```\n\nUpdate the **Secrets** in the repository **Settings**.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the game in the development mode.\n\nOpen [http://localhost:5173](http://localhost:5173) to view it in the browser.\n\nThe page will reload if you make edits.\n\nYou will also see any errors in the console.\n\n### `npm run build`\n\nBuilds the game for production to the `dist` folder.\n\nIt correctly bundles in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\n\nYour game is ready to be deployed!\n\n### `npm run bundle`\n\nBuilds the game and packages it into a Zip file in the `dist` folder.\n\nYour game can be uploaded to your server, [Itch.io](https://itch.io/), [Newgrounds](https://www.newgrounds.com/), etc.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Flights-out","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablegames%2Flights-out","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Flights-out/lists"}