Scratch Studio https://scratch.mit.edu/studios/4649692/
.SB2 Files Download https://www.dropbox.com/s/puangcb94hr9lz6/exampleProjects.zip?dl=0
Command Translation Spreadsheet: https://docs.google.com/spreadsheets/d/1-Yy92X6SYYLudNhNaUyr7_qPjbD7TpUQwPnhX8cjMV8
To run:
- Download and add project to eclipse.
- In your Scratch project, click "File>Download as .sb2". (Note: does not work on Safari.) 3. Import your .sb2 file into the eclipse project, at the outermost level (the same directory that has src/ in it.)
- Open main.java.jatch.Main. Run it. You should get an error.
- Go to Run>Run Configurations. Click arguments. Add the name of your .sb2 in program arguments.
- Run Main again. It should spit out some text into the console.
- Right-click the src/ folder and click "refresh".
- Your newly compiled project is in compiled/. Run the Game class.
Note: The repo comes with several pre-downloaded .sb2s just for you!