Can I develop in code instead of visual programming?

Hi

I just found your engine.
featurewise, it seems solid and I would love to work with it.

I was wondering if I can develop games in pure code instead of using the visual programming?

That aid is more of a problem for me and I would hope that i can do without it.

regards
Rishav

It’s not really developped to be done that way, but you can still use C++ in your game (for native game) or JS (for HTML5 games). There’s a special type of event that allows you to enter code.

The doc is here :

Ideally, some intermediate scripting language should be added for those who don’t want to use either c++ or JS, for example Lua. There are C/C++ Lua bindings and there is Lua.js for integrating Lua code into HTML5 software.