SO i'm in my first c++ class, and I'm working on a project to develop a very small game.
So far, I have:
A board, with the border as stars.
A character for the player.
Bullets for the player to shoot from their character.
They can use the arrow keys to move, and the space button to shoot.
Now for the hard part.
I made a 'monster' appear on the screen...
Now, what I want to do is to incorporate some sort of timer that will spawn another monster after a certain amount of time.
Also, i got a bit ahead of myself.
I have tried to come up with the function/formula for the collision of the bullet to the monster.
Please note, all of this is being done in Win32 Console App...
Can any of you help me out? I asked my instructor and he told me to ask on Monday (my next day of class) but I really want to get this done and actually learn things. He said something about a c_time?