Rectangle Collisions

PyGame source code on how to do rectangular collisions with response
Download

Rectangle Collisions Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • PyMike
  • Publisher web site:
  • http://pymike.4rensics.org
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 3 KB

Rectangle Collisions Tags


Rectangle Collisions Description

PyGame source code on how to do rectangular collisions with response Rectangle Collisions is a free and open source tutorial on how to do side-based rectangle collisions. It's extremely simple, and not very hard to understand.Basically how it works is when you move a rect, you first move along the X axis, test for a collision, move out, then move along the Y axis, test for a collision, and move out. This prevents the infamous "corner-catching" bug, and lets you move smoothly along walls. NOTE: Rectangle Collisions is licensed and distributed under the terms of Public Domain. Requirements: · Python · Pygame


Rectangle Collisions Related Software