fixed map

- map is now displayed correctly
- camera is adjusted
- created ProgramState as TVar for concurrent reading/writing
This commit is contained in:
Stefan Dresselhaus
2013-12-29 14:39:01 +01:00
parent 14ce8c5986
commit 55a873022b
4 changed files with 91 additions and 48 deletions

View File

@ -15,7 +15,9 @@ executable Pioneers
containers >=0.5 && <0.6,
array >=0.4.0 && <0.5,
random >=1.0.1 && <1.1,
random >=1.0.1 && <1.1
random >=1.0.1 && <1.1,
text >=0.11.3 && <0.12,
stm >=2.4.2 && <2.5
ghc-options: -Wall
other-modules:
Map.Coordinates,