hpi-swa-teaching / GameMecha

A library providing implementations for common patterns in Squeak/Smalltalk game development.
MIT License
12 stars 2 forks source link

add pixel based collision [5] #35

Closed NiklasKoehnecke closed 6 years ago

NiklasKoehnecke commented 6 years ago

Story

as a specific swa student I want to have pixel based collision to handle all kinds of different morphs

Description

  1. Why: pixel based collision provides a more accurate collision behavior
  2. What:
    • [ ] add optional pixel based collision for morphs
benrobby commented 6 years ago

estimation: 5

benrobby commented 6 years ago

abandoned. complicated, performance issues, does not add much value