ID:182633
 
We have a project at college in which we have to make a basic game level. As it can be 2D, I have decided to use Byond to create the game. Although there is more to it.

As we have to include some sort of 3d element to the game, we have decided to go with a 3d intro scene. Once this has finished, the game would then open. So what I need to know is how to run the .dmb file using C#.

I have tried "System.Diagnostics.Process.Start(@"C:\Assessment");", although all it does is open the containing folder.