Hi HN! A few years ago, I began creating Leopard, a Scratch to JavaScript code converter. (Since then, I've received help from a few awesome open-source contributors. Thank you!)<p>I started using Scratch when I was in 2nd grade. I made over 500 games and projects, working with Scratch all the way into high school. I eventually moved on to JavaScript, but the transition was a difficult one. Much of the JavaScript world was unfamiliar, and learning to do everything new all at once was challenging.<p>Leopard is meant to be a transition tool that helps ease this learning process. It outputs human-readable JavaScript that is as close to a 1-to-1 translation as possible.<p>You can enter any Scratch project URL to convert it. If you don't have one on hand, here are a few examples:<p>- <a href="https://scratch.mit.edu/projects/345789566/" rel="nofollow noreferrer">https://scratch.mit.edu/projects/345789566/</a><p>- <a href="https://scratch.mit.edu/projects/905275127/" rel="nofollow noreferrer">https://scratch.mit.edu/projects/905275127/</a><p>- <a href="https://scratch.mit.edu/projects/891008805/" rel="nofollow noreferrer">https://scratch.mit.edu/projects/891008805/</a><p>(Note that getting compatibility <i>exactly</i> right is hard, so not every project will work perfectly, but many projects should be respectably close.)