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 optional gravitation to morphs [2] #33

Closed NiklasKoehnecke closed 6 years ago

NiklasKoehnecke commented 6 years ago

Story

As a swa student I want to make my morphs be affected by gravity

Description

  1. Why: Having gravity in games is essential for many plattform-based games
  2. What:
    • [ ] Morphs position is changed over time
    • [ ] Rate of change, update and direction can change
    • [ ] Handling for out of bounds situations
benrobby commented 6 years ago

estimation: 2

benrobby commented 6 years ago

abandoned. not in scope, users should take care of it themselves