I have already looked at the tutorials, and some of the sample games. They were very helpfull; however I still have a few questions.
1 How do I display health and ammo bars?
2 How do I jump from one platform to the next in FPS VIEW?
3 How do I implement a Physics Engine?
4 How do I make the game acknowledge the character being hit by the enemy? And the character shooting the enemy
5 How do I write enemy A.I?
I know I’ve asked a lot of questions and they have probably been answered before, but I'm just learning the program and could use all the help I can get.
I'm in a hurry. Just sop far:
1. FILLRECT
2. ??
3. Uh-Oh Start small!
4. for each enemy
if enenmy contacts player
killplayer
endif
next
5. You seem to have a wrong perspective to game programming. Start small. Write a game like minesweeper or something first. If you don't know the basics about programming, you get frustrtrated.
Have to go...