INTRODUCTION
Playtesting can be one of the most exhilarating parts of the game development cycle. It is then that you take the project you have been working on for months or years, during which time only the development team has played the game, and show it to people outside the team. And, if all goes well, you can watch as they are entertained by your work, want to play it more, compliment you on what you have done, and have suggestions for how you might make it better. Play testing refers to a form of quality control for interactive entertainment software, that is, computer and video games. The formal process, done by professional game testers and sometimes focus groups, begins well into game development, though informal testing (such as done by artists and programmers) takes place throughout the development process. Playtesting is not just a minor stepping-stone to getting the game shipped to the duplicators or uploaded to the Internet. Instead, playtesting is a key time during which you can transform your game from average to excellent, from something, which shows promise to a game that is truly great. No game ever came out of the developer’s hands in absolutely perfect shape. Ideally, it is the playtesting cycle that gives your game the extra push to be the best it possibly can. It is worth clarifying what exactly I mean when I say playtesting. This is not the same as debugging.
Debugging is a more programming-oriented task in which all of the inherently broken aspects of the game are tracked down and fixed. This can be anything from the improper implementation of some game mechanics to graphical snafus to problems that actually crash the game. Certainly these bugs must be eliminated, but this is more a matter of concern for the programming team.
Playtesting is the design equivalent of bug fixing. When playtesters look at a game, they try to see if the game is any fun and try to find faults in the game mechanics themselves. This can be anything from a unit in an RTS game that is too powerful and allows the player who first acquires it to totally dominate the game, to the illogical nature of how one enemy AI agent attacks the player, to an unintuitive and difficult-to-use control system. It is in the playtesting stage that the game mechanics themselves are tested and refined. Unfortunately, some game developers focus entirely on fixing bugs and too little on determining if the game is actually any fun to play. As a result there may be nothing actually wrong with the game, and it may be completely stable on all the systems it is supposed to run on. Too bad that no one wants to play the game. Every player would rather have a game that plays really well and crashes occasionally than one that runs flawlessly but is not worth the time it takes to play it. At least the former game is fun some of the time, while the latter game is boring all of the time.
No comments:
Post a Comment