Re: [VS-03] Game Programming
Hi,
The best way is to go to the Gameprogramming forum and ask your questions there!
Much succes!
sparrow1
Re: [VS-03] Game Programming
There's a VB.NET game programming tutorial in my signature.
Re: [VS-03] Game Programming
Re: [VS-03] Game Programming
he probably would have gotten more help there, he has asked here before with not much success, I would help if I could, but we both have the same internet and its just a matter of looking around, I hope someone helps you...
Re: [VS-03] Game Programming
Have you done any real-time games (with a game-loop and such) before?
If you havn't it would definatly be worth doing a very simple one first of all. Even if it's something like pong, breakout etc.
This will teach you a lot about organizing your code, how a game-loop works, how to deal with input, using bitblt (or DirectX) and dealing with moving objects (collision detection, velocities etc).