Movement works now.

- Movement works. Keys are read out by KeyCode
  thus independent from Keyboard-Layout

  On a normal quertz-layout they map like so:
  * e, s, d, f for movement
  * r, w       for rotation
  * space/caps for up/down
This commit is contained in:
Stefan Dresselhaus
2013-12-29 18:18:18 +01:00
parent 55a873022b
commit f3b218c44e
3 changed files with 137 additions and 31 deletions

View File

@ -17,7 +17,10 @@ executable Pioneers
random >=1.0.1 && <1.1,
random >=1.0.1 && <1.1,
text >=0.11.3 && <0.12,
stm >=2.4.2 && <2.5
stm >=2.4.2 && <2.5,
transformers >=0.3.0 && <0.4,
List >=0.5.1 && <0.6,
List >=0.5.1 && <0.6
ghc-options: -Wall
other-modules:
Map.Coordinates,