The MASM Forum

Projects => Game Development => Topic started by: felipe on December 28, 2018, 07:51:11 AM

Title: very simple d3d9 program
Post by: felipe on December 28, 2018, 07:51:11 AM
Trying again to put a foot in game development (of some sort). This  program is nothing new. It's just a simple window with color using direct3d. I put 2 message boxes so you can see in the program where direct3d initialize and finish. I attach here the includes, the .exe and the .asm. Anyway, this is just an start again for me, but it can help new comers, since the code (maybe  :biggrin:) is a little bit more ordened... ;)
Title: Re: very simple d3d9 program
Post by: daydreamer on January 03, 2019, 05:38:09 AM
code looks nice,keep going,you already have a labyrinth game,maybe make a sprite that moves around in a labyrinth
and you already have a santa moving left-right in d3d9, so just add up-down and movement collision detecting walls