I have written a game using C# in VS Code. I have installed .NET Core 3.1 on my computer and the C# extension but I don't know how to export it as an .exe
as when I try using the .exe
and .exe
extensions inside of the bin then debug on a computer without .NET installed then it doesn't work.
Is it possible to put everything necessary to run the game inside of the game folder it self without need .NET installed on the computer running it?