I’m putting together a small game, but as im really new, and can’t spend loads of time on the computer, im looking for some general tips.
Anything from what to aviod, to what to do.
The game will be a top-down robot game, and i have it so that if the robot is going up, down, left or right, the image is rotated to match the direction.
Like i said, any generic tips for a complete noob?
[edit]
Also, whenever i add the groundwork for collision dectection (just the rectangle so that the collision CAN be detected…) the game stops working.
It paints the screen once, and then doesnt update it (just my guess).