Check bitmaps

Started by
13 comments, last by GameDev.net 18 years, 10 months ago
yes, you could do that if you wanted to.

But an 2d lookup array would be better

"ground = groundlookup[p1x][p1y];"
Advertisement
i suck i dont know how to do arrays etc with player positions :/ and cant find any tutorials
I'm afraid that if you don't know how to do that you should learn some pure programming before attempting to create a game.

1 learn how to program
2 learn how to display
3 try to make a game (finally)
You don't determine your game logic on what is on the screen, you render to the screen what your game logic determines. Keep track in your program where the ground is and where your player is, then just draw it all once you know were everything is. The bitmaps are just the paint on the current conditions.
Brianmiserere nostri Domine miserere nostri
Quote:Original post by Kalasjniekof
I'm afraid that if you don't know how to do that you should learn some pure programming before attempting to create a game.

1 learn how to program
2 learn how to display
3 try to make a game (finally)


Actually, I already made a sidescroller game, and a rpg in OpenGL but it took very long

This topic is closed to new replies.

Advertisement