Tranferring Code.Org projects to GitHub #24005
-
There is a website called Code.Org, where you can create projects using code blocks. Is there a way I could transfer the actual code to GitHub as a repository? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
Hi and welcome @Pysics ! I myself am not familiar with code.org, but if it’s not too much files you’ll be able to just copy-paste the code into your local editor I guess. If that isn’t feasible: is there any way you can export the data from code.org in a structured manner? |
Beta Was this translation helpful? Give feedback.
-
I am not able to export the code because it is in the form of blocks. The actual code cannot even be seen. |
Beta Was this translation helpful? Give feedback.
-
There’s no way to export code blocks like those on Code.org or Scratch in any meaningful way such that they could be uploaded to GitHub, sadly. |
Beta Was this translation helpful? Give feedback.
-
Ah, like that, I see. Well if there is no actual code, no, you’ll have a really hard time using that with GutHub. If however, you liked coding on code.org, then why not try out following a tutorial from a programming language (try Python!) and make some actual code? You can push that to GitHub! |
Beta Was this translation helpful? Give feedback.
-
Actually, I already code games in Python. The game I made on code.org is an old one. I just wanted to know if I could transfer it to GitHub. |
Beta Was this translation helpful? Give feedback.
-
it will take a lot of work but it is definitely possible, if you go to share, then go to advanced options, then download the "export for web" file |
Beta Was this translation helpful? Give feedback.
-
There is a way though, you can click share button on the edit screen of your project, then click show advanced options, then click export, then download it. Html needs code view, so use ctrl u. Then you can upload those files to Github. Although, blocks won't work though codes will work same if you run this correctly. Thanks! |
Beta Was this translation helpful? Give feedback.
There’s no way to export code blocks like those on Code.org or Scratch in any meaningful way such that they could be uploaded to GitHub, sadly.