Running App Lab code on a bigger stage / in a full browser window

Is there a JS library somewhere that I could attach to a regular web page that would allow a non-size restricted browser window to run the pseudo JavaScript functions directly from the App Lab/ app studio?

or… just some way to make the screen size for the app bigger?

I’m also looking for this feature. For example, on Unit 1 Lesson 10, I would like my students to be able to work with just the app in a “Run” screen without the instructions - which can easily be presented to students in the slide presentation. By combining the app and the instructions, the text on the app is very small and hard to read.

By “Run” screen, I’m referring to presenting the app like this: The Binary Game

@jdonwells and @gini_guy

I see that Code.org now has an advanced option for the “Share” button that allows you to download the project as CSS, HTML, and JS. This means you can port the whole thing easily into https://repl.it and party-on. Adjusting the phone screen mask size is a matter of simple HTML and CSS.

1 Like