• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Current problems in mobile game. comments pls

 
Ranch Hand
Posts: 222
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
after playing many mobile games (J2ME), I summarised the following points that are common in current mobile games:
1. hard to control. As most mobile phones are not designed for gaming, so the keypad may not be flexible for games especially action games that need a lot of pressing.
2. too long/short. Some games are just too short, there are some games that cost me only several hours to finish, while some are very long, I don't mean the game has a long story, I mean in some games players just repeat the samething, so it becomes boring.
3. bad programming. There a several role-play game, the maps are tile-based, which (I guess) just use the dimension of a grid as the length of character's step, this has an advantage as you can just use a 2D array to represent spirits' position and it's easy to detect whether spirits can walk across grids or not, but this also has disadvantage as usually the grid length is not small enough so the player will see sprites 'teleport', not smooth.

please comment on my words, thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic