hpi-swa-teaching / GameMecha

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

Rename strategy -> shape? #63

Closed ekrebs5 closed 6 years ago

ekrebs5 commented 6 years ago

Story

Strategy is very general (because general pattern name), what these determin is for which shapes the collision is detected.

Description

Why:
(What value does it have? For whom?)
What:

ekrebs5 commented 6 years ago

accepted