Design of a Tactical Turn-Based Game for Mobile Devices

Design of a Tactical Turn-Based Game for Mobile Devices

Design of a tactical turn-based game for mobile devices Ricardo Silva [email protected] Instituto Superior Tecnico,´ Lisboa, Portugal October 2016 Abstract With the mobile games market growing by the day, more and more gamers are shifting to mobile platforms. Most of the games, however, are very simplistic, which leads to non interesting gameplay for veteran players, or are ports of preexisting games, which leads to poor interfaces and user experience. This project focuses on the second problem, trying to understand what the best user interface/user experience is in tactical turn based games for mobile platforms. Keywords: Tactical, Turn-based, Mobile devices, Strategy, Mobile game, User experience, User interface 1. Introduction 2.1. Turns based types Even though there are more games being de- In order to design a TB game, it was necessary to veloped for the mobile market, the same cannot know what defines a TB game and what types of be said so much about tactical Turn-based (TB) TB mechanics exist. games. While there are a few of them (even like A TB game is defined for having its game flow XCOM and Final Fantasy tactics, that are games divided into individual phases, where the game is that both the public and press views as being very paused, called turns. Depending on the TB vari- good) they’re not really made for mobile devices ant used the turns progression may vary, but over- and so they don’t have the constraints in mind, are all turns are used to give players more time to think just ports of pre existing games. about their actions and not focus so much on keep- ing track and controlling several things at once in This is a case of games that are good on con- real time [6]. soles/computers not fitting the target audience, be- ing a game far too complex for the system in ques- tion. 2.1.1 Classic turn based While there are handheld consoles on the mar- In its classic form, a turn ends when one of the ket, that on the surface face the same chal- players executes the actions of all of the elements lenges as mobile games, that is not the fact, as that he controls. This allows for the player to have handheld consoles have both a different audience unlimited time to think about its actions, because (comprised more of hardcore/regular than casual the opponent only acts after the player acted. In gamers) as well as different control schemes, since multiplayer computer games, since the unlimited the consoles have some form of physical input, un- time system would be easily abusable, each player like mobile devices. usually has a time limit to perform his turn (but it is usually more than enough so that the player can The objective of this project is, therefore, to cre- still think carefully about what he wants to do). ate a game that can suit the mobile market well, both in terms of interface design as well as game mechanics that suit the target audience, with a 2.1.2 Active Time Battle (ATB) greater focus on the interface/user experience. In this system, usually used in party based com- bats, each element of the party has an action bar 2. Related work that fills over time. When the bar is fully filled, that In this section, we will define some important con- element executes the action that the player queued cepts in regards to turn based games (such as for him. varied ways of implementing turns) and tactical This system also allows the player to have time games. Afterwards we will look at constraints that to think about his actions, because the action bar mobile development brings. takes a while to fill, but gives some sense of 1 urgency, because if the bar gets completely full (a narrow and long bridge creates a nice choke- and that character doesn’t have an attributed com- point, while a large plain creates space for spread mand, it will just stay still, wasting time and giving out strategies). more opportunities to the enemy to act. If also coupled with classes specializations, more interesting dynamics can be created, by mak- 2.1.3 Simultaneous execution ing certain classes have specific interactions with some terrain (maybe flying units can go over water In this system, both players decide what they want but none of the others can). to do at the same time, and when the turn ad- However, this concept can be pushed even fur- vances, both players’ inputs are executed simulta- ther by allowing the player itself to manipulate the neously. Even if this looks like a minor variation, it terrain, by destroying/creating some paths (elimi- leads to one very important (and major) difference nating some passageway, creating choke points, in the way of thinking about the moves. While in etc) or by placing traps. the previous variations the player knows how the state of the system will be when his actions are ex- This would make it so that the player must think ecuted, it can plan them with 100% confidence that not only where to place his characters according to his actions will occur how he ordered them to. the terrain, but also how to change the terrain to In simultaneous execution, however, the state of place the characters where he wants them to be. the system when the actions are executed is un- Games where the mechanic is used: Final Fan- known to the player, so he has to plan them while tasy Tactics, Fire Emblem series and Advance trying to guess what his opponents will do and vice Wars (different terrains have different movement versa, which can lead to much more complex train and/or combat modifiers). XCOM series (some of thoughts. spaces can be poisoned/on fire, and height plays an important role on the combat). 2.2. Interesting mechanics In addition to the different types of TB, there ex- ist several mechanics transverse to any kind of TB 2.2.2 Directional facing game. Those mechanics, if used correctly, can easily make a game’s strategic space increase (but If the characters (both allied and foe) suffer more one has to be careful as to not over saturate a damage from the sides or the rear side, it forces game with mechanics, as that may make the game the players to think where to turn their characters more complex than it is supposed to, leading to to, instead of just where to move them to. confusion amongst players). This concept can be used both offensively and All of the concepts presented in the next sections defensively, because the players must think where have the objective of making the game have the to face his characters so they don’t take extra dam- following qualities [9, 10]: age, but also how to place them so the enemy cant • Emergent complexity, meaning it creates com- avoid taking extra damage from someone (pincer plex gameplay out of a simple set of rules. movement). This is opposed to having a game that’s com- Games where the mechanic is used: Final Fan- plex by having hundreds of pages of rules; tasy Tactics (units hit from the back or the sides take more damage), XCOM (units can take cover, • Clarity, meaning the player has an immediate and that cover is directional as it only covers the feedback and understanding of the result of its units from certain angles). actions and decisions; • Determinism, meaning that the game, even if it uses some sort of random, gives enough tac- 2.2.3 Several controllable characters tical tools and agency to the player, which re- sults in proper strategies working the majority The more characters a player has, the more it has of the time. to think about what to do with each one of them. Obviously, this creates more strategic diversity, be- cause the number of actions a player can make 2.2.1 Variable terrain increases exponentially with every new character Terrain should be diversified, both in terms of pos- available. itive/negative buffs on specific spaces (a character This, coupled with the space dimension, takes on a fortress should have more defense than an this concept even further, because the player has uncovered one, and walking through mud should one more action to do with each character (where be harder than through flat terrain) and in its design to place him). 2 2.2.4 Specialize the characters persistent stat on the players (like morale in XCOM [7]) that affects the characters’ performance, and This one ties up nicely with the mechanic explained changes based on how the player handled the mis- previously. Having a lot of generic characters isn’t sions. Morale isn’t necessary to completing the interesting (nor useful to the game’s depth), be- missions, but is a side objective in the sense that cause there isn’t a reason to chose one character the player is trying to complete the missions ob- over another. jectives while also doing actions that boosts their However this differentiation shouldn’t just be a character’s morale. case of the characters having different stats, like Games where the mechanic is used: Fire Em- damage or hit points, and should provide meaning- blem (villages [4]), XCOM (meld canisters). ful choices to the player in the form of special ac- tions only available to certain classes. For example 2.3. Mobile constraints in Fire Emblem, some classes like the Bard are so Developing games for mobile platforms is really dif- specialized that they don’t even have the “basic” ferent than developing a game (even when it is the actions available to them (like attack) and are used same game, which is the case in ports) for con- with an unique purpose (in the case of the Bard, it soles or computers.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    10 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us