JME3中级手册--最佳实践1

需求整理

As a quick overview, answer yourself the following questions:

  • Motivation(理念)
    • Sum up your game idea in one sentence. If you can't, it's too complicated.
      用一句话总结游戏的想法,如果做不到就太复杂了
    • Who's the target group? Why would they choose your game over the million others that exist?
      谁是目标群体?为什么选择这个游戏?
  • Game type(游戏类型)
    • Point of view (camera)? What character(s) does the player control (if any)?
    • Time- or turn-based?即时或回合制
    • Genre, setting, background story? (If applicable)
  • Gameplay
    • What is the start state, what is the end state?
      开始和最终状态?
    • What resources does the player manage? How are resources gained, transformed, spent? E.g. speed, gold, health, "points".
      资源转换,速度,金,生命值,点数。
    • How does the player interact? I.e. rules, challenges, game mechanics.
      如何相互作用,即规则、挑战、游戏机制
    • What state is considered winning, and what losing?
      胜利失败状态?
  • Media assets(媒体资产)
    • Which media will you need? How will you get this content? 需要哪些?如何得到
      models, terrains; materials, textures; audio, sound, music; video; spoken/written dialog; levels, quests, stories; AI scripts
  • Interface
    • Can you achieve a high degree of input control? Even minor navigation and interaction glitches make the game unsolvable.微操作控制
    • Clearly reflect current status, and changes in game states. E.g. health/damage.磨损消耗
    • Clearly reward good moves and discourage bad ones.奖惩策略

你可能感兴趣的:(最佳实践)