hpi-swa-teaching / GameMecha

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

Collision Acceptance Test (visual) [1] #51

Closed benrobby closed 6 years ago

benrobby commented 6 years ago

Story

As a user/developer I want to specify how the multiple different collisions should look and work like. Therefore i want an acceptance test which lets me communicate this to the developers. Acceptance test should not include code.

Description

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

NiklasKoehnecke commented 6 years ago

there appears to be no easy way to store morphs, making this a lot more difficult

benrobby commented 6 years ago

todo: store position, extent, rotation instead of morphs. Then we can sync tests via git

ekrebs5 commented 6 years ago

accepted

benrobby commented 6 years ago

all of it took 4-5 hours