VyScript was created because JavaScript lacks structure and was not originally designed for creating games. VyScript takes JavaScript and gives it a structure to make it not only easier to use, but better for making games.
VyScript provides all the built-in goodies for easily creating games without starting from scratch, and the builder translates everything into pure JavaScript, so when you run your game, there is no interpretation. But do not worry, if you want to use pure JavaScript, you can! You can even access the engine and communicate back and forth.
If you are interested in learning VyScript and creating your first project on Vylocity, head over to the
tutorials page.