{"id":19508764,"url":"https://github.com/luisedmc/lost-cli","last_synced_at":"2026-06-11T13:31:19.441Z","repository":{"id":144690141,"uuid":"587966244","full_name":"luisedmc/lost-cli","owner":"luisedmc","description":"Simple CLI Adventure-Combat Game written in Python","archived":false,"fork":false,"pushed_at":"2023-01-21T19:04:36.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T18:45:10.686Z","etag":null,"topics":["cli","command-line","game","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/luisedmc.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":"2023-01-12T02:06:57.000Z","updated_at":"2024-10-13T05:25:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f20c692-0dfb-44c4-825b-655e079ddd05","html_url":"https://github.com/luisedmc/lost-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luisedmc/lost-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisedmc%2Flost-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisedmc%2Flost-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisedmc%2Flost-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisedmc%2Flost-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luisedmc","download_url":"https://codeload.github.com/luisedmc/lost-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisedmc%2Flost-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34201840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["cli","command-line","game","python","python3"],"created_at":"2024-11-10T23:09:37.617Z","updated_at":"2026-06-11T13:31:19.435Z","avatar_url":"https://github.com/luisedmc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003eL O S T\u003c/h1\u003e\n    \u003cp align=\"center\"\u003eA very simple Adventure-Combat CLI Game written in Python.\u003c/p\u003e\n\u003c/p\u003e\u003cbr\u003e\n\n\n## About\n\nYou just woke up without a clue where you are. Well... the sound of the waves and the smell of the sea are a good hint. I think you're gonna need more information than that to survive. You climb the highest visible tree and look around. You see ... things ... moving around. Monsters! You start to count them and you realize that there are dozens of them. That's not good. But you also see a boat! That's the way out of here! After a while, you draw a map of the island with all your observations skills. You're ready to start your adventure!\n\n\n## Controls\n\nIn the game you can use: \n\u003cul\u003e\n    \u003cli\u003e\u003ccode\u003ew/s/d/a\u003c/code\u003e to move Up/Down/Right/Left\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003emap\u003c/code\u003e to show the map\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003elook\u003c/code\u003e to look around your current position\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003emedidate\u003c/code\u003e or \u003ccode\u003emd\u003c/code\u003e to recover some health\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003estatus\u003c/code\u003e to show your current status\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003einventory\u003c/code\u003e to show your inventory and your current equipment\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eequip\u003c/code\u003e \u003citem\u003e to equip an item from your inventory\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eunequip\u003c/code\u003e \u003citem\u003e to unequip an item from your inventory\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eexamine\u003c/code\u003e \u003citem\u003e to examine an item from your inventory\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003euse\u003c/code\u003e \u003citem\u003e to use an item from your inventory\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003etake\u003c/code\u003e \u003citem\u003e to take an item from the ground\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003edrop\u003c/code\u003e \u003citem\u003e to drop an item from your inventory\u003c/li\u003e\n\u003c/ul\u003e\n\n\n## Requirements\n\nTo install all project dependencies just:\n``` \npip install -r requirements.txt \n```\n\n\n## Inspirations\n\n\u003cul\u003e\n    \u003cli\u003e\u003cb\u003eThe Witcher\u003c/b\u003e - Items, Monsters\u003c/li\u003e\n\u003c/ul\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisedmc%2Flost-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluisedmc%2Flost-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisedmc%2Flost-cli/lists"}