Game development

Game development

Game development is the process by which a game is produced. Today this term most commonly refers to the development of video games.

Overview

Development of video games is undertaken by a developer, which may be a single person or a large business. Typically, large-scale commercial games are created by development teams within a company specializing in computer or console games. A typical modern video game can cost from USD$1,000,000 to over $20,000,000 to develop. [ [http://news.bbc.co.uk/1/hi/technology/4442346.stm "Cost of making games set to soar"] from BBC News] Development is normally funded by a publisher. A contemporary game can take from one to three years to develop, though there are exceptions.

Roles

In the early era of home computers and video game consoles in the early 1980s, a single programmer could handle almost all the tasks of developing a game. However the development of a modern, commercially-viable video game involves a wide variety of skill-sets and support staff. As a result, entire teams are often required to work on a single project. A typical present-day development team usually includes:
*One or more producers to oversee production
*At least one game designer
*Artists
*Programmers
*Level designers
*Sound engineers (composers, and for sound effects and voice acting)
*Testers

Some members of the team may handle more than one role. For example, the producer may also be the designer, or the lead programmer may also be the producer. However, while common in the early video game era, this is increasingly more uncommon now for professional games.

Often in bigger game companies the development team is overseen by managers such as art directors, technical directors and design directors. Directors work mainly as personnel managers and usually do not directly influence the product, but more to ensure that everyone in the team works coherently. Directors usually do resourcing but can also be considered people to consult with regarding various issues during game development.

The development process

The development process of a game varies depending on the company and project. However development of a commercial game usually includes the following stages.

Pre-production

Normally before any game can begin development, the idea for the game is created and must be approved (given the "green light") by the publisher/developer.

In the common case in which developer and publisher are separate companies, pitches are made to management at the developer, and then it needs to be shopped around to publishers. Demos are often used but sometimes unnecessary for established developers with good track records. Production can begin once (and if) an interested publisher is found. Games rarely progress far without an interested publisher.

If the developer is also a publisher, or both are subsidiaries of a single company, only the upper management needs to give approval. Depending on the size of the publisher, this may require several rounds of pitches as the idea makes its way up through the layers of management.

Game designers often present the project, but the presenter could be any role in the video game industry. Before full-scale production begins, the development team produces a design document, which describes the concept and major gameplay elements in detail. Design documents may also include preliminary sketches of various aspects of the game. These are sometimes accompanied by functional prototypes of some sections of the game. Design documents generally incorporate all or most of the material from the initial pitch. Design documents are always "living documents"—it is never truly complete while the game is in development. It often changes weekly or even daily. So while the design document needs to exist in some form before full-scale production begins, it is almost never a complete design, though most elements of the projected game are described (in varying level of detail).

Before an approved design is completed, a skeleton crew of programmers and artists usually begins work. Programmers may develop "quick and dirty" prototypes showcasing one or more features some stakeholders would like to see incorporated in the game. Or they may begin developing the technical framework the game will eventually use. Artists may develop volumes of sketches as a springboard for developing real game assets. Producers may work part-time on the game at this point, scaling up for full time commitment as development progresses. Game Producers work during pre-production is commonly related to planning the schedule, budget & estimating tasks with the team. Doing these Producer aims to create a solid production plan so that production can be started when needed without delays.

Production

Mainstream production is usually defined as the period of time when the project is fully staffed. Programmers write much new source code, artists develop game assets such as sprites or, more often today, 3D models of game elements. Sound engineers develop sound effects and composers develop music for the game. Level designers create advanced and eye-catching levels, and writers write dialog for cutscenes and NPCs.

All the while, the game designer implements and modifies the game design to reflect the current vision of the game. Features and levels are often removed or added. The art treatment may evolve and the backstory may change. A new platform may be targeted as well as a new demographic. All these changes need to be documented and dispersed to the rest of the team. Most changes occur as updates to the design document.

From a time standpoint, the game's first level takes the longest to develop. As level designers and artists use the tools for level building, they request features and changes to the in-house tools that allow for quicker and higher quality development. Newly introduced features may cause old levels to become obsolete, so the levels developed early on may be repeatedly developed and discarded. Because of the dynamic environment of game development, the design of early levels may also change over time. It is not uncommon to spend upwards of twelve months on one level of a game developed over the course of three years. Later levels can be developed much more quickly as the feature set is more complete and the game vision is clearer and more stable.

Testers start work once anything is playable. This may be one level or subset of the game software that can be used to any reasonable extent. Early on, testing a game occupies a relatively small amount of time. Testers may work on several games at once. As development draws to a close, a single game usually employs many testers full time (and often with overtime). They strive to test new features and regression test existing ones. Testing is vital for modern, complex games as single changes may lead to catastrophic consequences.

Milestones

Commercial game development projects are usually required to meet milestones. Milestones represent interim project goals while also being synonymous with deadlines. Milestones include a pre-release version of the game with an agreed upon set of features. The consequences of missing a milestone vary from project to project, but usually delay installment payments (in the case of third-party developers).

Shortly before a milestone, many development teams go into "crunch mode"—extended overtime work weeks meant to catch up on any work that has slipped during regular development or to fix "killer bugs" that could jeopardize the future of the project. During these periods, many team members may put in long hours. After a deliverable is completed, some companies give their teams "comp time" (compensation time) of a few paid days off.

There are many types of deliverables, but one for an installment payment described above is the most common. For example, one major milestone may be an E3 demo. E3 — which, up until 2006 used to be the game industry's biggest trade show before downgrading to a more intimate showing of individual press screenings — is "the place" to market an upcoming game. The E3 demo is such a major effort that it may halt all normal development as the team prepares a small-scale, polished version of the game. Special assets are usually required for such a demo and team members are normally pulled off mainstream production for the demo development. As time draws nearer to the trade show, more team members may be drawn in to complete the demo on time. Later, this demo may be used as the game's official demo when the game is released.

Nearing completion

The weeks leading to completion of a game are intense, with most team members putting in a great deal of—mostly unpaid—overtime. Unsurprisingly, this may lead to short tempers and a great deal of exhaustion. The extra effort is required for most games as unforeseen problems regularly arise and last-minute features are hastily added.

Testing

The testing staff is most heavily relied upon at the end of a project, as they not only need to test newly added features, levels and bug fixes, but they also need to carry out regression testing to make sure that features that have been in place for months still operate correctly. This is also often the time when features and levels are being finished at the highest rate, so there is more new material to be tested than any other time in the project.

Regression testing is one of the most vital tasks required for effective software development. As new features are added, subtle changes to the codebase can impact seemingly unrelated portions of the game. This task is often overlooked, for several reasons. Some inexperienced developers may feel that once a feature works, it will always work. Also, since features are often added late in development, there isn't sufficient time to test existing features: testing new features takes precedence. Proper regression testing is also increasingly expensive and often not scheduled for correctly ahead of time.

Despite the dangers of not completely regression testing, many game developers and publishers fail to regression test a game’s full feature suite. One recent high-profile case of insufficient regression testing occurred with Firaxis’ "Civilization III". Though the game worked for weeks before going gold, late changes to the code made the game unplayable past the industrial age. Understandably, this angered customers and fans of the game. Firaxis was quick to release a patch for the game, but not before suffering blows to their reputation.

Completion

After the game goes gold and ships, some developers will give team members comp time (perhaps up to a week or two) to compensate for the overtime put in to complete the game, though this compensation is not standard.

Maintenance

Console games used to be considered 100% complete when shipped and could not be changed. However, with the introduction of online-enabled consoles such as the Xbox 360, PlayStation 3 and Wii a large proportion of games are receiving patches and fixes after the game shipped due to bugs and glitches, much like PC games.

While console games can be developed for a finite set of components, PC games can have conflicts with the numerous hardware configurations users may employ. Developers try to account for the most prevalent configurations, but cannot anticipate all systems that their game may be tried on. It is common practice for computer game developers to release patches for games after they ship (often months or even years later). These patches used to be mailed to users via floppy disk, but are now generally available for download via the developer's website. If a game goes into a second printing, the patched version is used as the new master.

Culture

Game development culture always has been and continues to be very casual by normal business standards. Many game developers are strongly individualistic and usually tolerant of divergent personalities Fact|date=September 2008. Despite the casual culture, game development is taken seriously by its practitioners, who may take offense if it is suggested that they don't have "a real job."

Duration

Most modern games take from one to three years to complete. The length of development depends on a number of factors, such as genre, scale, development platform and amount of assets.

For example, a simple puzzle game using 2D graphics will take far less time to develop than a computer role-playing game with a full-blown 3D engine.

Another consideration is the use of middleware game engines. Developing a 3D engine from the ground up takes far more time than using a COTS (commercial, off-the-shelf) existing middleware package (such as Gamebryo or RenderWare). For example, Gas Powered Games developed a custom 3D engine for their game "Dungeon Siege". Development took three years. Firaxis used the Gamebryo game engine for their game "Sid Meier's Pirates!" which was developed in just under two years.

The number of assets heavily impacts game development time. A puzzle game, for example, will normally have far fewer assets than a 3D role-playing game. Sometimes it is possible to use assets originally developed for another game (that the developer owns the copyright to) or assets that are in the public domain.

So, for the example puzzle game, developing it from the ground up with no pre-existing code or assets, could take a year. However, using a middleware package and existing assets, development could be sliced down to six months or less.

Locales

Due to its software-based nature, game development can occur in almost any locale. Despite this, in the United States a few game programming "hot spots" have developed with a high concentration of game development ventures. Often these areas are adjacent to major universities such as Stanford, the University of Texas at Austin and the University of Washington.

In the very early days of video games, almost the only locale for game development was the corridor from San Francisco to Silicon Valley in California due to the era's high-tech growth in the area, and it remains an important development center. Currently, nearly another 10 more US States and areas have seen a large increase of game development companies including Dallas, Texas and Los Angeles. Smaller hot spots exist in other areas of the US and Canada, including suburban areas such as Marin County, California (in particular San Rafael), where Lucasfilm was headquartered from 1980-2005. In the late 1990s, Boston, Massachusetts and Salt Lake City, Utah had a number of game development companies, but this number has since declined.

Some games, however, can take much longer than the average time frame to complete. Planning for Maxis' revolutionary game "Spore" began in late 1999 and the game was released nine years later in September of 2008. Development was so drawn-out because the game created a new genre of gaming entirely and the team were sailing in uncharted waters, which, naturally, led to mysterious bugs and unforseen complications during development.

tability

Video Game industry employment is fairly volatile, similar to other artistic industries including television, music, etc. Scores of game development studios crop up, work on one game, and then quickly go under. This may be one reason why game developers tend to congregate geographically; if their current studio goes under, they can flock to an adjacent one or start another from the ground up.

In an industry where only the top 5% of products make a profit [ [http://www.biztechmagazine.com/article.asp?item_id=132 Getting Into Gear] from "BizTech Magazine"] , it's easy to understand this fluctuation. Numerous games may start development and are canceled, or perhaps even completed but never published. Experienced game developers may work for years and yet never ship a title: such is the nature of the business. This volatility is likely inherent to the artistic nature of games.

ee also

* Software development
* Software development process
* Agile software development
* List of gaming topics
* Scrum
* Video game controversy

References

*cite book |first=Katie|last=Salen | title=The Game Design Reader: A Rules of Play Anthology| coauthors=Eric Zimmerman|year=2005 | publisher=The MIT Press | id=ISBN 0-262-19536-4
*cite book |first=Katie|last=Salen | title=Rules of Play: Game Design Fundamentals| coauthors=Eric Zimmerman| year=2003 | publisher=The MIT Press | id=ISBN 978-0-262-24045-1

External links

* [http://forum.freegamedev.net/ FreeGameDev] , a community for free/open source game development
* [http://www.igda.org/ International Game Developers Association (IGDA)]
* [http://www.gamasutra.com/ Gamasutra.com] , articles on game development
* [http://www.gamedev.net/ GameDev.net] , a leading resource for game development
* [http://www.devmaster.net/ DevMaster.net] , a game development resource


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Game Development Magazine — (GDM) est un magazine de presse spécialisé dans le jeu vidéo lancé en mai 2006 par Tokkun Studio. Son objectif est de favoriser une approche professionnelle du média. Le premier numéro comporte notamment plusieurs articles techniques sur le… …   Wikipédia en Français

  • Game development magazine — (GDM) est un magazine de presse spécialisé dans le jeu vidéo lancé en mai 2006 par Tokkun Studio. Son objectif est de favoriser une approche professionnelle du média. Le premier numéro comporte notamment plusieurs articles techniques sur le… …   Wikipédia en Français

  • Game development tool — A game development tool is a specialized software application that assists or facilitates the making of a computer or video game. Some tasks handled by tools include the conversion of assets (such as 3D models, textures, etc.) into formats… …   Wikipedia

  • Game Development Series — The Game Development Series is a series of books published by Charles River Media on game design.ee also* List of books on computer and video gamesExternal links* [http://www.charlesriver.com/Books/TopicDetail.aspx?id=2 Charles River Media Game… …   Wikipedia

  • Video game development — Game development redirects here. For other uses, see Game development (disambiguation) …   Wikipedia

  • Independent video game development — Indie games are video games that are created independently of the financial backing of a large video game publisher. These games generally have a small or non existent budget and are often primarily available online or through friend to friend… …   Wikipedia

  • Scrolling Game Development Kit — Infobox Software | name = Scrolling Game Development Kit caption = developer = Benjamin Marty latest release version = 2.0.0 latest release date = December 27, 2007 operating system = Windows XP genre = Integrated Development Environment license …   Wikipedia

  • WinAGI Game Development System — WinAGI is a full featured game development system to create new games that use the Adventure Game Interpreter, by Sierra.WinAGI includes editors that provide full control over of all aspects of an AGI game. It includes many new integrated tools… …   Wikipedia

  • HYDRA Game Development Kit — The HYDRA Game Development Kit is the latest, (launched in September 2006) creation of Andre LaMothe similar to the XGameStation. Like the XGameStation, HYDRA is an open system, allowing anyone to create games for it. However, being less focused… …   Wikipedia

  • Phenomic Game Development — Infobox Defunct Company company name = Phenomic Game Development successor = EA Phenomic foundation = 1997 fate = Acquired by Electronic Arts defunct = August 23, 2006 location = Ingelheim, Germany num employees = industry = Real time strategy… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”