hpi-swa-teaching / GameMecha

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

Keyboard Input [estimated: 1] #29

Closed ekrebs5 closed 6 years ago

ekrebs5 commented 6 years ago

As a SWA student I want to be able to use keyboard input in order to make my game objects (morphs) react to keyboard input.

Acceptance:

arthurz0 commented 6 years ago

it seems like there is no Character shift

ekrebs5 commented 6 years ago

os were not specified for this, but from now on: features should work on mac, windows and linux all should have the same features (here: keys)

documentation of key values is in initializeKeyLookup[...] of GmKeyHandler

ekrebs5 commented 6 years ago

not accepted, errors thrown

ekrebs5 commented 6 years ago

accepted