John Sedlak: I am developing my DBP2 Warmup entry alongside my library, Thrust and as such much of the code is ending up in Thrust as it is base code and reuseable. Will it be okay to provide two source directories, one for the game and one for the library?
As you could see from the sample submission, it is perfectly fine to split the AI code into a separate project from the game. In fact, this would be a preferred solution for us.
John Sedlak:There would be two solutions, but the library solution would not need to be built and would only be included for the fact that it holds a large portion of the game's source code.
This sounds a little awkward. We would prefer the two projects to be in the same solution. John, do you think you could us VC solution folders to group items but put both Thrust and the DBP Warmup game submission into the same solution? This should make building them a lot easier.
Ralf Herbrich, Microsoft Research Cambridge