Creating the Tankers Project
Load the Visual Studio .NET 2003 environment and create a new C# Windows application project. Call this Tankers if you are planning on matching it with the code included on the CD. The first thing you want to do is use the sample framework as you did in Blockers because you do not need to modify this code at all to work with your new Tankers game. You can either copy the code into your new project or “link” the files from your old project. Personally, I recommend linking because then you have only the one set of source files that are “shared” between multiple projects. The benefit is that any fixes made to one are automatically picked up by all others. The Visual Studio .NET integrated development environment (IDE) ...
Get Beginning 3D Game Programming now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.