I'm more of a C# person (using Windows 10), and I was wondering if there's a way I can access a Construct project's code?
I've tried opening it in Notepad and Visual Studio Code, but it's coming up with weird, non-English symbols and stuff - I researched and I believe it encrypted or something.
I'd like to be able to convert the JS code into C# for me to analyse.
I did try copying the blocks from the Event Sheet and pasting into Notepad, which does appear in JS code, but I don't know how I'd implement that into C#, and create a proper working C# game project, or maybe even using the C# MonoGame template??
As well as that, I've tried Exporting the project as HTML(5 is it??) but there's quite a few files for me to open, and I can't see where the code for the actual game begins in any of them.
I know this is a strange query, but I'd appreciate any help or solutions! :)