Microsoft MakeCode Editor
The Microsoft MakeCode Editor is an open-sourced game development framework that’s integrated with Phaser CE.
This editor was based on Microsoft’s Programming Experience Toolkit (PXT) that are used in Github’s sources. MakeCode has a simple layout to entice beginners to learn the basics of computer programming.
The programming language used by the toolkit is TypeScript. Although it removes Javascript’s dynamic features, it still has a lot of functions to explore.
The toolkit also has a Monaco code editor that runs the VS code.
Read more about its features here.