nczempin / fluxagama

2d vertical shooter based on PyGame.
3 stars 0 forks source link

pixel-based collision detection #10

Open nczempin opened 12 years ago

nczempin commented 12 years ago

right now the collision detection is based on bounding boxes.

sprites from pygame should allow us to get pixel-accurate collisions.