Physics for moving blocks
- by Gabson
I'm working on a 2D game for windows phone where the player moves blocks around to bounce a laser beams.
I need to create some simple physics for moving the blocks.
For the moment I have a simple collision class, telling me if two rectangles collide. But that's not enough because when I'm moving a block the rectangle/rectangle function doesn't…