{"id":18548858,"url":"https://github.com/brianyu28/scratchtext","last_synced_at":"2025-07-06T15:34:45.734Z","repository":{"id":96958882,"uuid":"243267866","full_name":"brianyu28/scratchtext","owner":"brianyu28","description":"A text-based interface for programming in Scratch","archived":false,"fork":false,"pushed_at":"2020-04-28T23:29:26.000Z","size":1527,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T11:56:52.045Z","etag":null,"topics":["education","scratch"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/brianyu28.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}},"created_at":"2020-02-26T13:22:19.000Z","updated_at":"2025-03-14T15:25:05.000Z","dependencies_parsed_at":"2023-05-03T03:15:17.158Z","dependency_job_id":null,"html_url":"https://github.com/brianyu28/scratchtext","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianyu28%2Fscratchtext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianyu28%2Fscratchtext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianyu28%2Fscratchtext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianyu28%2Fscratchtext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianyu28","download_url":"https://codeload.github.com/brianyu28/scratchtext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248114829,"owners_count":21050125,"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","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":["education","scratch"],"created_at":"2024-11-06T20:35:57.842Z","updated_at":"2025-04-09T21:32:25.397Z","avatar_url":"https://github.com/brianyu28.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"static/title.png\" alt=\"ScratchText\" width=\"600\"\u003e\n\nA text-based interface for Scratch programming\n\n## About\n\nThis is a work in progress for HGSE's T217 Spring 2020.\n\n## First Program\n\n1. Visit http://scratchtext.brianyu.me/\n2. Drag the `when_flag_clicked()` block from the **Events** section of the sidebar into the code editor. Your program should now look like:\n\n```\nwhen_flag_clicked() {\n\n}\n```\n\n3. Drag the `move(10)` block from the **Motion** section of the sidebar into the code editor. Your program should now look like:\n\n```\nwhen_flag_clicked() {\n    move(10)\n\n}\n```\n\n4. Drag the `think(\"Hmm....\")` block from the **Looks** section of the sidebar into the code editor. Your program should now look like:\n\n```\nwhen_flag_clicked() {\n    move(10)\n    think(\"Hmm...\")\n\n}\n```\n\n5. Replace the `\"Hmm...\"` text in the code editor with something other text (e.g. `\"Hello!\"`). Your program should now look like:\n\n```\nwhen_flag_clicked() {\n    move(10)\n    think(\"Hello!\")\n\n}\n```\n\n6. Click \"Download Program\" to download a file (called `project.sb3`) to your computer.\n7. Visit http://scratch.mit.edu/create to visit Scratch's user interface.\n8. From the **File** menu, choose **Load from your computer** and pick your `project.sb3` file. When you're asking to \"Replace contents of the current project?\", choose **OK**.\n9. You should now see your Scratch program loaded as blocks. Click the green flag to run the program, and your sprite should move and think `\"Hello!\"` (or whatever text you chose).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianyu28%2Fscratchtext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianyu28%2Fscratchtext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianyu28%2Fscratchtext/lists"}