Advertisement
nutter666

Mobile Optimisation Thoughts

Feb 25th, 2013
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Tile/Grid based TD will work better for mobile than "free" placement of towers, plus creep movement will be simpler when its restricted to 4 directions
  2.  
  3. Each tile can be: Path (unbuildable), Empty (buildable), Occupied (has a tower on it) or Decoration (unbuildable with some kind of decorative object on it)
  4.  
  5. Clicking an empty tile pauses the action and opens a "full size" window which has the tower buying options.
  6. Pausing the game like this means the player can take their time with tower placement and not have to rush (which means they can focus on working with the smaller screen space), it'll make it a lot simpler/easier for mobile users.
  7.  
  8. I still think it'll need to be a Lite version of the PC version with smaller/redesigned levels to work with the smaller screen space. This however will be helped by the fact that each tower/pyramid will be 1x1 grid square as opposed to free placement (i.e smaller compared to the PC version).
  9.  
  10. For example an average level on PC might be 400x300 pixels of path/building space (with other space for UI, etc)
  11. On Mobile it might be a 30x25 grid with the path going through it and all the UI overlaid/hidden until the player clicks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement