Make a game with javascript only

So I know there is javascript support in gdevelop, but my question is that if you can make a game with java script only without using events. Now dont think I have a problem with the events I really love using them, but I just wondered if you can use javascript only.

It’s very hacky !
We can access to renderer and GD engine, so i say yes ^^

2 Likes

In theory yes. Events are compiled to JavaScript, so if you replace all your events with JavaScript it’s the same :slight_smile:

3 Likes

Ok thank you very much