{"id":25693424,"url":"https://github.com/thatrobotdev/minceraft","last_synced_at":"2025-10-28T00:04:02.047Z","repository":{"id":124290285,"uuid":"244811574","full_name":"thatrobotdev/Minceraft","owner":"thatrobotdev","description":"Python3 text adventure walking you through the first day in the world of Minceraft","archived":false,"fork":false,"pushed_at":"2020-06-25T22:51:34.000Z","size":14,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T08:42:11.524Z","etag":null,"topics":["python","python3"],"latest_commit_sha":null,"homepage":"https://repl.it/github/thatrobotdev/Minceraft","language":"Python","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/thatrobotdev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-03-04T05:01:03.000Z","updated_at":"2022-05-17T13:34:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"eefdf0e1-1df6-4ace-acef-f6ac2d04a82a","html_url":"https://github.com/thatrobotdev/Minceraft","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thatrobotdev/Minceraft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatrobotdev%2FMinceraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatrobotdev%2FMinceraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatrobotdev%2FMinceraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatrobotdev%2FMinceraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatrobotdev","download_url":"https://codeload.github.com/thatrobotdev/Minceraft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatrobotdev%2FMinceraft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361348,"owners_count":26487881,"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-27T02:00:05.855Z","response_time":61,"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":["python","python3"],"created_at":"2025-02-24T23:36:18.817Z","updated_at":"2025-10-28T00:04:02.041Z","avatar_url":"https://github.com/thatrobotdev.png","language":"Python","readme":"# Minceraft\n[![Run on Repl.it](https://repl.it/badge/github/@jamesjpk123/Minceraft)](https://repl.it/github/thatrobotdev/Minceraft)\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\n\n## Problem Set Prompt\n```python3\n# Ask the user at least three questions and store their answers in variables\n# For example: \n\nage = input (\"How old are you: \")\ncolor = input (\"What is your favorite color? \")\n#\n# Use if-elif-else statements to draw some conclusions\n# For example: \nif age \u003e 14 and color == \"red\":\n  print (\"You are Birthday Cake! You like...\")\n```\n\nCreated on 3/3/2020 as homework for my Intro to Computer Programming class.\n\nThis is a python program text adventure walking you through the first day in the world of Minceraft. Built in Python 3.8.1\n\nThis is the largest program I've made in python yet, and python is super fun to write in! It's funny how similar everything is to JavaScript :) \n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://atan.dev\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/12543688?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAaron Tan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/thatrobotdev/Minceraft/issues?q=author%3Aaa-tan\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatrobotdev%2Fminceraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatrobotdev%2Fminceraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatrobotdev%2Fminceraft/lists"}