Adapting Javascript game for mobile
- by Cardin
I'm currently developing a Javascript web game for desktop users. It is a sort of tower-defense game that relies on mouse input only, developed on canvas using EaselJS. In the future, or perhaps simultaneously, I would like to adapt the game for mobile devices.
I can see at least 3 potential areas in shifting from desktop to mobile: 1. resolution…