PySlither / Slither

A Python module for bridging Scratch and Python
http://pyslither.github.io/
MIT License
14 stars 6 forks source link

Basic collision detection #42

Closed ghost closed 8 years ago

ghost commented 8 years ago

This would be useful for games

BookOwl commented 8 years ago

We can put this in v0.3

Tymewalk commented 8 years ago

This could help, now that we're working on v0.3.0.

Tymewalk commented 8 years ago

http://stackoverflow.com/questions/9542555/collide-detection-and-masks-in-python-3-2-2 http://stackoverflow.com/questions/9312781/pygame-collision/9312895#9312895 http://pygame.org/wiki/FastPixelPerfect?parent=

I'd like to work on this, this is a good feature for us to add (perhaps it'd even go in 0.2.3). So here are some helpful links.

Tymewalk commented 8 years ago

So @BookOwl said that we should use the collideRect method. So I've added the "easy" label.

Tymewalk commented 8 years ago

For current progress see #61. This should be closed soon.

BookOwl commented 8 years ago

I merged #61. Closing.