Good afternoon!
Task:
Make an Android program for launching projects (source). There are programs that you can develop on a mobile device (for example, LuaStudio, SketchWare, C # Shell, Pocket Code and others), there is an editor and a part for launching it. The idea is to develop an application for developing simple 2D games on a mobile device (possibly with visual programming). A training program, possibly with game elements (development).
In this case, in order not to write logic on top of the engine logic, there is an idea to simply write the code itself (GDScript, or translate it from a visual editor) into a file and run through a separate scene (for debugging).
Question on engine architecture:
Is it possible to make a launcher to launch a project from the specified directory (project = source)?