Android
I spent the day porting Shadow Monsters to Android. The issue I had was dealing with input. Touch is very different than keyboad, mouse and game pad input. In most cases I had to implement an event based model to handle taps. I now have most of the game working. The items remaining are shops, […]