Simple hamster game reflection fix
The valueOf method of enums uses reflection internally
this causes issues in combination with the artemis sandbox plugin
Therefore, SimpleHamsterGame now uses simple static strings instead an enum
Note: this branch contains the changes of #17. WIP will be removed after #17 is merged into master
Edited by Niklas Krieger