{"id":14971111,"url":"https://github.com/deltea/luckyalien","last_synced_at":"2025-08-17T13:41:34.723Z","repository":{"id":46714144,"uuid":"342040279","full_name":"deltea/luckyalien","owner":"deltea","description":":four_leaf_clover: :alien: Lucky Alien, Adventure Island inspired RPG platformer implemented in PhaserJS","archived":false,"fork":false,"pushed_at":"2024-06-17T02:21:03.000Z","size":24092,"stargazers_count":7,"open_issues_count":9,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T21:04:24.838Z","etag":null,"topics":["alien","game","phaser","phaser3-game","phaserjs","platformer","rpg"],"latest_commit_sha":null,"homepage":"https://thcheetah777.itch.io/luckyalien/","language":"JavaScript","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/deltea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2021-02-24T21:27:22.000Z","updated_at":"2024-05-29T11:40:33.000Z","dependencies_parsed_at":"2025-02-11T18:44:19.607Z","dependency_job_id":null,"html_url":"https://github.com/deltea/luckyalien","commit_stats":null,"previous_names":["aceth8tic/luckyalien","deltea/luckyalien"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/deltea/luckyalien","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltea%2Fluckyalien","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltea%2Fluckyalien/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltea%2Fluckyalien/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltea%2Fluckyalien/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deltea","download_url":"https://codeload.github.com/deltea/luckyalien/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltea%2Fluckyalien/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856567,"owners_count":24657690,"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-08-17T02:00:09.016Z","response_time":129,"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":["alien","game","phaser","phaser3-game","phaserjs","platformer","rpg"],"created_at":"2024-09-24T13:44:43.646Z","updated_at":"2025-08-17T13:41:34.669Z","avatar_url":"https://github.com/deltea.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Screenshot](assets/imgs/luckyAlien.png)\n\n:four_leaf_clover: :alien: Lucky Alien, Adventure Island inspired RPG platformer\\\n[![DeepScan grade](https://deepscan.io/api/teams/14666/projects/18758/branches/476737/badge/grade.svg)](https://deepscan.io/dashboard#view=project\u0026tid=14666\u0026pid=18758\u0026bid=476737)\n\n**Live Demo:** [thcheetah777.github.io/luckyalien/](https://thcheetah777.github.io/luckyalien/)\\\n**Itch.io:** [thcheetah777.itch.io/luckyalien/](https://thcheetah777.itch.io/luckyalien/)\n\n## Description\n\n#### **It's just a normal day in alienland...**\n\nLucky Alien is a [RPG](https://en.wikipedia.org/wiki/Role-playing_video_game) Platformer, According to **Wikipedia**, a RPG is a \"*video game genre where the player controls the actions of a character immersed in some well-defined world*\". The player, an alien, must go through many enemies by collecting powerups, and defeat the boss at the end.\n\n![Screenshot](assets/imgs/screenshot.png)\n\n## Getting Started\n\n### Cloning\n\n* Open your preferred command line or terminal\n* Copy and enter this into the prompt\n\n```\ngit clone https://github.com/thcheetah777/luckyalien/\n```\n\n* Wait for it to unpack\n* After it's done cloning, enter\n\n```\ncd luckyalien\n```\n\n### Running the game\n\nYou need to set up the server via Python. (If you don't have Python, download it [here](https://www.python.org/)) Do this by entering\n```\npython -m http.server\n```\nor\n```\npython3 -m http.server\n```\nor\n```python -m SimpleHTTPServer``` and ```python3 -m SimpleHTTPSServer``` on Linux machines\nAfter you activate the server, got to [localhost:8000](http://localhost:8000/) to play the game\n\n## Preview\n\nhttps://user-images.githubusercontent.com/67921602/136305903-429d36f5-169d-4f68-a978-5ebe1ce025a2.mp4\n\n## Contribution\n\nRead [CONTRIBUTING.md](https://github.com/thcheetah777/luckyalien/blob/master/CONTRIBUTING.md) for more info\n\n## Version History\n\n| Version | Description |\n| :------------- | :------------- |\n| [v1.0](https://github.com/thcheetah777/luckyalien/releases/tag/v1.0) | This was the first release. The player is a stickman figure and the game doesn't have losing or winning |\n| [v1.1](https://github.com/thcheetah777/luckyalien/releases/tag/v1.1) | Created first area |\n| [v1.5](https://github.com/thcheetah777/luckyalien/releases/tag/v1.5) | Added a lot more new enemies and changed player image |\n| [v1.6](https://github.com/thcheetah777/luckyalien/releases/tag/v1.6) | Added more area data plus powerups and SFX |\n\nMore to come! :grinning:\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/thcheetah777/luckyalien/blob/master/LICENSE.md) file for full details\n\n## Acknowledgments\n\n* Inspiration: [Adventure Island 4](https://en.wikipedia.org/wiki/Adventure_Island_(video_game))\n* Music: [Video Game Music (Kirby)](https://downloads.khinsider.com/game-soundtracks/album/kirby-the-very-best-of-kirby)\n* Graphics: [Kenney.nl](https://kenney.nl/assets)\n* Level Design: Me and sister\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltea%2Fluckyalien","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeltea%2Fluckyalien","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltea%2Fluckyalien/lists"}