Until Next Time ...We covered a lot of material in this article. We now have a bitmap library, and a Direct Draw library for our game. These are core modules that you should be able to use in any game. By breaking up the code like this we are able to keep our game code separate from the library code. You do not want any module to be dependent on another module. In the next article we will be continuing our module development with Direct Input. We will also be creating our menu system next time. These two things should keep us busy. So, that is what you have to look forward to in the next installment. Once again young grasshoppers, until next time ... happy coding. Get the complete source for the game here: Game.zip
|