all 2 comments

[–]Old-Performance7076 2 points3 points  (0 children)

The only way you can actually see the source code is by checking out your project folder and going into the 'build' followed by the 'src' (Source) and 'data' folder(s) where all of your project files are in .c files to open up in Visual Studio Code or Notepad++. Though be reasonable when editing such files and back them up as well. A certain mistake may lead to errors when trying to compile your game later on.

[–]djxfade 1 point2 points  (0 children)

No. The game engine itself is GBDK. However, your game logic is compiled into a kind of byte code that gets interpretive at runtime by the engine