I made a game in visual studio with C#
and .NET
, and want to send it to my friend to play as he tries to make a soundtrack for it. He uses a Mac and only Mac. I'm very new to coding, only building projects to submit for school assignments, so I have no idea where to start.
I tried to publish the program for macOSx64 as a self-contained application, My friend said that it didn't work. I haven't published anything before but followed a guide from Mircosoft on how to do so. It might have been something he did wrong on his end, He said that he dropped all the files into the application folder "Like you usually do" but I'm not familiar with macOS so I don't know if this is right or wrong.
Also, I dropped the files on GitHub for him to download as I didn't know a better way for him to download the files. Since the files were so large, I had to make 2 repositories for it.
https://github.com/ShawZachary/EndersDungeonMacOS https://github.com/ShawZachary/EndersDungeonMacOSpart2