Guide to Writing a Game Design Document

Total Page:16

File Type:pdf, Size:1020Kb

Guide to Writing a Game Design Document Jukka Haltsonen GUIDE TO WRITING A GAME DESIGN DOCUMENT GUIDE TO WRITING A GAME DESIGN DOCUMENT Jukka Haltsonen Bachelor’s thesis Fall 2015 Information Technology Oulu University of Applied Sciences ABSTRACT Oulu University of Applied Sciences Information Technology, Software Development Author: Jukka Haltsonen Title of thesis: Guide to Writing a Game Design Document Supervisor: Kari Laitinen Term and year of completion: Fall 2015 Pages: 23 + 1 appendix An important part of game design is writing a Game Design Document. Game Designers, who are just starting their careers, and are new to the game indus- try, are usually not familiar with the documentation process. The purpose of this thesis was to create an example Game Design Document, and a guide about writing one, for Oulu Game Lab to use as a part of their coaching. When this work was begun, it was already known that the game industry does not have any standards for the Game Design Documentation. Several game de- sign related books and web articles were studied, and compared with each other and with personal experiences, to find the most uniform information about writing a Game Design Document. The found information was then used to cre- ate the guide. Concurrently with the research, a design of a game was begun and a Game Design Document was written. The work led to a conclusion that a perfect template for the Game Design Docu- ment cannot be created, but the guide works as a good basis for a designer to create a template that suits his needs. The example Game Design Document was not finished during the timeframe of this thesis. For it was found during the research that the processes of designing a game, and writing a Game Design Document are iterative in nature, and need the effort of the whole development team to be completed. Keywords: Game Design, Game Industry, Documentation 3 TIIVISTELMÄ Oulun ammattikorkeakoulu Tietotekniikka, ohjelmistokehitys Tekijä: Jukka Haltsonen Opinnäytetyön nimi: Guide to writing a Game Design Document Työn ohjaaja: Kari Laitinen Työn valmistumislukukausi ja -vuosi: Syksy 2015 Sivumäärä: 23 + 1 liite Dokumentointi on olennainen osa pelinkehitystä, mutta nuorilla pelisuunnitteli- joilla ei useimmiten ole tietämystä dokumentoinnin tarpeellisuudesta, taikka siitä miten se tulisi toteuttaa. Tämän opinnäytetyön tarkoituksena oli tuottaa esi- merkki pelisuunnitteludokumentista, sekä opas pelisuunnitteludokumentin laati- misesta, Oulu Game Labin käytettäväksi osana valmennustaan. Tätä työtä aloitettaessa oli jo tiedossa, ettei pelialalla ole olemassa standardeja pelisuunnitteludokumentaatiolle. Työssä tutkittiin useita pelisuunnitteluun liittyviä kirjoja sekä nettiartikkeleita, joita vertailtiin keskenään sekä henkilökohtaisten kokemusten kanssa. Näin löydettiin yhdenmukaisin tieto pelisuunnitteludoku- mentaation kirjoittamiselle. Tämän tiedon perusteella laadittiin opas. Tutkimuk- sen kanssa samanaikaisesti, aloitettiin pelin suunnittelu sekä pelisuunnitteludo- kumentin kirjoitus. Työssä tultiin siihen johtopäätökseen, ettei pelisuunnitteludokumentille voi luoda täydellistä mallipohjaa, mutta tehty opas toimii hyvänä alkuna suunnittelijalle, hänen omiin tarpeisiin sopivan pohjan laatimiselle. Esimerkkiä pelisuunnitteludokumentista, ei saatu valmiiksi asti opinnäytetyön puitteissa. Sillä tutkimuksen aikana todettiin, että pelin suunnittelu sekä peli- suunnitteludokumentin kirjoittaminen, ovat luonteeltaan iteratiivisia prosesseja. Näin ollen, ne tarvitsevat koko kehitystiimin työpanoksen valmistuakseen. Asiasanat: Pelisuunnittelu, Peliala, Dokumentaatio 4 CONTENTS ABSTRACT 3 TIIVISTELMÄ 4 TABLE OF CONTENTS 5 1 INTRODUCTION 6 2 WHY DO WE NEED DOCUMENTS? 7 3 TYPES OF DESIGN DOCUMENTS 8 3.1 High Concept Document 8 3.2 Character Design Document 11 3.3 World Design Document 11 3.4 Flowboard 12 3.5 Story and Level Progression Document 12 3.6 The Game Script 13 4 QUALITIES OF A GOOD DESIGN DOCUMENT 14 5 CASE STUDY: ANGRY MOBS 19 5.1 Overview 19 5.2 Gameplay and Mechanics 19 5.3 Characters 20 5.4 Game World 20 5.5 User Interface 20 6 SUMMARY 21 REFERENCES 22 APPENDICES 24 5 1 INTRODUCTION Writing a Game Design Document (GDD) is a relevant part of game design, but still many designers do not write one at all, or write it badly. Often the reason for this is that the designers do not have the knowledge of how this kind of docu- ment should be written. In many cases, this leads to disorderly and incoherent design, which unfortunately often leads to the failure of the whole project. The idea for this thesis came from Oulu Game Lab’s need to guide new game de- signers in writing a GDD. There does not exist any kind of standard for the Game Design Document. The structure of the document is affected by the nature of the game being designed, the designer’s personal writing style and the game studio’s preferences. How- ever, all GDDs have some similarities and generally well-tried ways. The aim of this thesis was to create a guide how a GDD should be written, based on the aforementioned generally valid rules. The guide also needed to in- clude an example GDD. For that purpose, a game was designed and the game’s design document was written following the guide. 6 2 WHY DO WE NEED DOCUMENTS? It is common knowledge around game industry that no one ever reads design documents. Then why should such documents exist then? “The documents record decisions made and agreed upon orally; they create a paper trail. More important, the process of writing a document turns a vague idea into an explicit plan. Even if no one reads it at all, an idea written down is a decision made, a conclu- sion reached. If a feature of a game is not described in writing, there’s a good chance that it has been overlooked and that some- one will have to make it up on the fly—or, worse, that each part of the team will have a different idea of what they intended to do.” (1, p. 55.) Schell (2, p. 382) gives two reasons for documents to exist: memory and com- munication. The design of a game is full of decisions that define the game. How it works and why? It is very likely that the designer will not remember them all. If the designer records his design decisions, he will be spared from solving the same issues again at a later time. The design decisions have to be communicated to the development team, and with documents this can be done effectively. When the design is in written form, the other members of the team can review it and will be likely to find problems with it, or have ideas for improvements. (2, p. 383.) 7 3 TYPES OF DESIGN DOCUMENTS It is a common misconception that the Game Design Document has tens or even hundreds of pages, all combined in one giant tome, and the more pages there are, the better the document. This used to be the way back in the day, but nowadays it is more common to split the design into several smaller documents. (1, p. 58). Of course, there may still be hundreds of pages in total, but quantity does not automatically mean quality. More about the subject can be found in Chapter 4. Qualities of a Good Design Document. Several kinds of design documents exist. Which ones should be used and what kind of information they should contain is mostly up to the designer to deter- mine. For a rookie designer, this task may be too overwhelming, though. To help in this endeavor, this section introduces the types of design documents Ad- ams (1, p. 55) considers to be some of the most common ones. 3.1 High Concept Document “A game concept is a description of a game detailed enough to begin discussing it as a potential commercial product—a piece of software that the public might want to buy” (1, p. 67). According to Adams (1, p. 56), the high concept document is like a résumé. Its purpose is to get a hearing from someone, usually from an investor. It explains a game concept in a short manner; not more than two to four pages. The docu- ment should include at least the following nine key points (1, p. 67): 1) High Concept Statement High concept statement describes in just a few sentences what the game is about. References to other media that utilize similar ideas, can be used. (1, p. 67, p. 83.) 8 2) Player role The description of the player’s role in the game. Is the player pretending to be someone or something? Is there more than one role? How does the player’s role help to define gameplay? If the player has an avatar character, it should be described briefly. (1, p. 67, p. 83.) 3) Gameplay The primary gameplay mode is the one that should be described in this section, along with any competition modes the game will support (single- or multiplayer; competitive or co-op). (1, p. 68.) Adams (3) describes a gameplay mode as “a particular way of playing a game”, which consists of three elements: Perspective, interaction model and gameplay. Perspective Means of perceiving the game world. Defined by a camera looking at 2D or 3D space from a particular point of view. Interaction model Means of influencing the game world. The most common ones are the avatar-based model (used in most action games and platformers) and the omnipresent model (used in most board and war games). Gameplay The challenges the player faces and the actions he/she can take to over- come those challenges. If one of these elements changes significantly during the play, then the player moves into another gameplay mode. The primary gameplay mode is the one in which the player is going to spend most of the time. (3.) 9 4) Genre In which genre the game belongs or, if the game is a mix of genres, which fea- tures it contains from the different genres to which it belongs? If the game does not fit into any existing genre, an explanation of why not, is required.
Recommended publications
  • Game Level Layout from Design Specification
    EUROGRAPHICS 2014 / B. Lévy and J. Kautz Volume 33 (2014), Number 2 (Guest Editors) Game Level Layout from Design Specification Chongyang Ma∗z Nicholas Vining∗ Sylvain Lefebvrey Alla Sheffer∗ ∗ University of British Columbia y ALICE/INRIA z University of Southern California Abstract The design of video game environments, or levels, aims to control gameplay by steering the player through a sequence of designer-controlled steps, while simultaneously providing a visually engaging experience. Traditionally these levels are painstakingly designed by hand, often from pre-existing building blocks, or space templates. In this paper, we propose an algorithmic approach for automatically laying out game levels from user-specified blocks. Our method allows designers to retain control of the gameplay flow via user-specified level connectivity graphs, while relieving them from the tedious task of manually assembling the building blocks into a valid, plausible layout. Our method produces sequences of diverse layouts for the same input connectivity, allowing for repeated replay of a given level within a visually different, new environment. We support complex graph connectivities and various building block shapes, and are able to compute complex layouts in seconds. The two key components of our algorithm are the use of configuration spaces defining feasible relative positions of building blocks within a layout and a graph-decomposition based layout strategy that leverages graph connectivity to speed up convergence and avoid local minima. Together these two tools quickly steer the solution toward feasible layouts. We demonstrate our method on a variety of real-life inputs, and generate appealing layouts conforming to user specifications. Categories and Subject Descriptors (according to ACM CCS): I.3.5 [Computer Graphics]: Computational Geometry and Object Modeling—Curve, surface, solid, and object representations 1.
    [Show full text]
  • Embracer Group Acquires Easy Trigger
    Press release Karlstad, Sweden, 5 August 2021 Embracer Group acquires Easy Trigger Embracer Group AB (“Embracer”) through its wholly owned subsidiary Coffee Stain Studios AB ("Coffee Stain"), have entered into an agreement to acquire 100 percent of the shares in Easy Trigger AB ("Easy Trigger"), the studio behind the critically acclaimed title Huntdown. “We have worked with Easy Trigger for a couple of years already on the Huntdown game and are impressed with talent within the studio. We will continue to work closely with the team and are excited welcome them into the Embracer family”, says Anton Westbergh, Co-founder and CEO Coffee Stain. Background and rationale Easy Trigger is a development studio founded in 2016, with headquarters located in Trollhättan, Sweden. The studio consists of 5 employees that have collaborated with Coffee Stain on the development and release of the critically acclaimed indie title Huntdown. Easy Trigger is led by co-founder and CEO Tommy Gustafsson, and co- founder and lead programmer Andreas Renberg. The company was wholly owned by the two co-founders who will remain in their current roles post-transaction. Through the acquisition, Coffee Stain onboards a talented team that will boost the development of 1st party IP within the group. Going forward, Easy Trigger will collaborate with Coffee Stain to continue working on the Huntdown IP as well as creating new original indie titles. “We look forward to continuing our partnership with Coffee Stain and further leverage the knowledge and experience within the entire Embracer Group, to accelerate growth within Easy Trigger and continue to make great games” says Tommy Gustafsson, Co-founder and CEO Easy Trigger.
    [Show full text]
  • Introducing the Game Design Matrix: a Step-By-Step Process for Creating Serious Games
    Air Force Institute of Technology AFIT Scholar Theses and Dissertations Student Graduate Works 3-2020 Introducing the Game Design Matrix: A Step-by-Step Process for Creating Serious Games Aaron J. Pendleton Follow this and additional works at: https://scholar.afit.edu/etd Part of the Educational Assessment, Evaluation, and Research Commons, Game Design Commons, and the Instructional Media Design Commons Recommended Citation Pendleton, Aaron J., "Introducing the Game Design Matrix: A Step-by-Step Process for Creating Serious Games" (2020). Theses and Dissertations. 4347. https://scholar.afit.edu/etd/4347 This Thesis is brought to you for free and open access by the Student Graduate Works at AFIT Scholar. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of AFIT Scholar. For more information, please contact [email protected]. INTRODUCING THE GAME DESIGN MATRIX: A STEP-BY-STEP PROCESS FOR CREATING SERIOUS GAMES THESIS Aaron J. Pendleton, Captain, USAF AFIT-ENG-MS-20-M-054 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY Wright-Patterson Air Force Base, Ohio DISTRIBUTION STATEMENT A APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED. The views expressed in this document are those of the author and do not reflect the official policy or position of the United States Air Force, the United States Department of Defense or the United States Government. This material is declared a work of the U.S. Government and is not subject to copyright protection in the United States. AFIT-ENG-MS-20-M-054 INTRODUCING THE GAME DESIGN MATRIX: A STEP-BY-STEP PROCESS FOR CREATING LEARNING OBJECTIVE BASED SERIOUS GAMES THESIS Presented to the Faculty Department of Electrical and Computer Engineering Graduate School of Engineering and Management Air Force Institute of Technology Air University Air Education and Training Command in Partial Fulfillment of the Requirements for the Degree of Master of Science in Cyberspace Operations Aaron J.
    [Show full text]
  • Designing Affective Games with Physiological Input Lennart E
    Designing Affective Games with Physiological Input Lennart E. Nacke Regan L. Mandryk University of Saskatchewan University of Saskatchewan 110 Science Place, Saskatoon, SK 110 Science Place, Saskatoon, SK Canada Canada [email protected] [email protected] ABSTRACT information about user emotion [1] and/or cognition [6]) are With the advent of new game controllers, traditional input becoming more popular in desktop software design as well mechanisms for games have changed to include gestural [2]. For human-computer interaction evaluative studies, this interfaces and camera recognition techniques, which are marks a shift from analyses centering on usability to those being further explored with the likes of Sony’s PlayStation that are looking at the full spectrum of user experience Move and Microsoft’s Kinect. Soon these techniques will (UX). These studies focus on human aspects of interaction, include affective input to control game interaction and such as the behavioral, perceptual, emotional, and cognitive mechanics. Thus, it is important to explore which game capabilities of people [5]. designs work best with which affective input technologies, giving special regard to direct and indirect methods. In this In addition to evaluating affective user responses, the use of paper, we discuss some affective measurement techniques a player’s own cognitive and emotional state as input – and development ideas for using these as control known as affective input – is an exciting input possibility mechanisms for affective game design using that has not been fully explored in the context of games [4]. psychophysiological input. Affective input has seen use as a direct method of control in accessibility applications, and as an indirect method of Author Keywords control in biofeedback training for meditation and phobia Affective computing, entertainment computing, treatment.
    [Show full text]
  • Game Developer Index 2012 Swedish Games Industry’S Reports 2013 Table of Contents
    GAME DEVELOPER INDEX 2012 SWEDISH GAMES INDUSTRY’S REPORTS 2013 TABLE OF CONTENTS EXECUTIVE SUMMARY 2 WORDLIST 3 PREFACE 4 TURNOVER AND PROFIT 5 NUMBER OF COMPANIES 7 NUMBER OF EMPLOYEES 7 GENDER DISTRIBUTION 7 TURNOVER PER COMPANY 7 EMPLOYEES PER COMPANY 8 BIGGEST PLAYERS 8 DISTRIBUTION PLATFORMS 8 OUTSOURCING/CONSULTING 9 SPECIALISED SUBCONTRACTORS 9 DLC 10 GAME DEVELOPER MAP 11 LOCATION OF COMPANIES 12 YEAR OF REGISTRY 12 GAME SALES 13 AVERAGE REVIEW SCORES 14 REVENUES OF FREE-TO-PLAY 15 EXAMPLE 15 CPM 16 eCPM 16 NEW SERVICES, NEW PIRACY TARGETS 16 VALUE CHAIN 17 DIGITAL MIDDLEMEN 18 OUTLOOK 18 SWEDISH AAA IN TOP SHAPE 19 CONSOLES 20 PUBISHERS 20 GLOBAL 20 CONCLUSION 22 METHODOLOGY 22 Cover: Mad Max (in development), Avalanche Studios 1 | Game Developer Index 2012 EXECUTIVE SUMMARY The Game Developer Index maps, reports and analyzes the Swedish game devel- opers’ annual operations and international trends by consolidating their respective annual company accounts. Swedish game development is an export industry and operates in a highly globalized market. In just a few decades the Swedish gaming industry has grown from a hobby for enthusiasts into a global industry with cultural and economic importance. The Game Developer Index 2012 compiles Swedish company accounts for the most recently reported fiscal year. The report highlights: • Swedish game developers’ turnover grew by 60 percent to 414 million euro in 2012. A 215% increase from 2010 to 2012. • Most game developer companies (~60 percent) are profitable and the industry reported a combined profit for the fourth consecutive year. • Job creation and employment is up by 30 percent.
    [Show full text]
  • Duke Nukem Forever Pre Order Receipt
    Duke Nukem Forever Pre Order Receipt Sometimes instructible Herrmann bong her happenstance Mondays, but unincumbered Muffin encodes perfidiously or disarm hereditarily. rags.Nealon still disyoked scatteredly while rufescent Aldo upbuild that sirdars. Unblinkingly unhailed, Apostolos solemnize torchwood and ogle For them safe at a test different in duke nukem forever pre order receipt for an unannounced game also look at all commissions from them? Aliens designs as quickly turned them all reviews, use latin letters. Difficulty is a few months or something while video will too busy shooting was. Yeah i fault it can save taking damage, but it may not much. The nuclear bomb like? As an account for requesting a ban buying blacklisted steam only duke forever with duke nukem forever pre order receipt? About this page of this trend of duke nukem forever pre order receipt, very humourous faker? Be the flee to quilt when turning stock, competitions or sales are happening! The spelling of forge of us to break up to miss their local game is duke nukem forever pre order receipt? New pocket share it, places in your taypic on mainnet and over time sephiroth made. You move to it back in turn this place for? Shit, I was kept to comment about how high book was. How certain point you did not they may include a mass effect on about? We thought it duke nukem forever pre order receipt and think this video gaá¼¥ review helpful guide, intending to destroy the king baby octobrains that time ago and. You can also take part in? Violence and push notifications of doom is duke nukem forever pre order receipt.
    [Show full text]
  • Game Design Involving Online Tools
    Analyzing a Process of Collaborative Game Design Involving Online Tools Sandra B. Fan1, Brian R. Johnson2, Yun-En Liu1, Tyler S. Robison1, Rolfe R. Schmidt1, Steven L. Tanimoto1 1. Department of Computer Science and Engineering 2. Department of Architecture University of Washington, Seattle, WA 98195, USA 1: {sbfan, yunliu, trobison, rolfe, tanimoto}@cs.uw.edu; 2: [email protected] Abstract collaboration tools for problem solving across a range of disciplines. In particular, we take a state-space- In this study, we explore how problem solving and search approach to modeling the design process, based design can be modeled using state-space-search on the classical AI theory of problem solving. methodology, by engaging in the design of two During each design exercise, we utilized different educational games. Additionally, we wanted to online collaboration tools: our own INFACT system, discover how online communication tools could be Google Wave beta, as well as our CoSolve used to support collaborative design. We used three environment for modeling state-space problem solving, online tools: 1) CoSolve, a collaborative problem- and we developed two games: Go Atom, a chemistry solving environment that we developed, 2) Google game, and Eco-avelli, a climate change game. Wave, a wiki/chat hybrid communication tool, and 3) In Section 2, we will describe the existing INFACT, a discussion forum that we built for use in technologies and the state-space-search design education. We used these tools to design Go Atom, a methodology in more detail. In Sections 3, 4 & 5, we chemistry game, and Eco-avelli, a game that intended will describe our specific design process of creating to demonstrate the politics of climate change.
    [Show full text]
  • The Role of Architecture in Constructing Gameworlds
    Document generated on 09/25/2021 8:46 p.m. Loading The Journal of the Canadian Game Studies Association The Role of Architecture in Constructing Gameworlds: Intertextual Allusions, Metaphorical Representations and Societal Ethics in Dishonored Anthony Zonaga and Marcus Carter Volume 12, Number 20, Fall 2019 Article abstract In this article, we present a close analysis of the role that the steampunk URI: https://id.erudit.org/iderudit/1065898ar industrial Victorian architecture in Dishonored (2012) has in constructing the DOI: https://doi.org/10.7202/1065898ar player’s experience and knowledge of the gameworld. Through various intertextual allusions and metaphorical representations, we argue the See table of contents architecture works as an important storytelling element, contextualizing information that the player learns and conveying information about the game’s main characters, similar to the ways that architecture is utilized in Publisher(s) other visual media such as television and film. In addition, we also argue that the architecture in Dishonored plays a crucial role in conveying to the player Canadian Game Studies Association information about the morals and values of the fictional society, key to the game’s moral-choice gameplay. ISSN 1923-2691 (digital) Explore this journal Cite this article Zonaga, A. & Carter, M. (2019). The Role of Architecture in Constructing Gameworlds: Intertextual Allusions, Metaphorical Representations and Societal Ethics in Dishonored. Loading, 12(20), 71–89. https://doi.org/10.7202/1065898ar Copyright, 2019 Anthony Zonaga, Marcus Carter This document is protected by copyright law. Use of the services of Érudit (including reproduction) is subject to its terms and conditions, which can be viewed online.
    [Show full text]
  • Design Methods for Democratising Mobile Game Design
    Design Methods for Democratising Mobile Game Design Mark J. Nelson Abstract Swen E. Gaudl Playing mobile games is popular among a large and Simon Colton diverse set of players, contrasting sharply with the lim- Rob Saunders ited set of companies and people who design them. We Edward J. Powley would like to democratise mobile game design by ena- Peter Ivey bling players to design games on the same devices they Blanca Pérez Ferrer play them on, without needing to program. Our concept Michael Cook of fluidic games aims to realise this vision by drawing on three design methodologies. The interaction style of The MetaMakers Institute fluidic games is that of casual creators; their end-user Falmouth University design philosophy is adapted from metadesign; and Cornwall, UK their technical implementation is based on parametric metamakersinstitute.com design. In this short article, we discuss how we’ve adapted these three methods to mobile game design, and some open questions that remain in order to em- power end user game design on mobile phones in a way that rises beyond the level of typical user- generated content. Author Keywords Mobile games; casual creators; metadesign; parametric design; end-user creativity; mixed-initiative interfaces. ACM Classification Keywords H.5.m. Information interfaces and presentation: Miscel- laneous Introduction Fluidic Games Our starting point is the observation that mobile games To support on-device casual design, we are developing have attracted a large and diverse set of players, but a what we call fluidic games [5-7]. These blur the line smaller and less diverse set of designers.
    [Show full text]
  • School of Game Development Program Brochure
    School of Game Development STEM certified school academyart.edu SCHOOL OF GAME DEVELOPMENT Contents Program Overview .................................................. 5 What We Teach ......................................................... 7 The School of Game Development Difference ....... 9 Faculty .................................................................... 11 Degree Options ...................................................... 13 Our Facilities ........................................................... 15 Student & Alumni Testimonials ............................ 17 Partnerships .......................................................... 19 Career Paths .......................................................... 21 Additional Learning Experiences ......................... 23 Awards and Accolades ......................................... 25 Online Education .................................................. 27 Academy Life ........................................................ 29 San Francisco ........................................................ 31 Athletics ................................................................ 33 Apply Today .......................................................... 35 3 SCHOOL OF GAME DEVELOPMENT Program Overview We offer two degree tracks—Game Development and Game Programming. Pursue your love for both the art and science of games at the School of Game Development. OUR MISSION WHAT SETS US APART Don’t let the word “game” fool you. The gaming • Learn both the art, (Game Development) and
    [Show full text]
  • 2K, Gearbox Software Announce Next-Gen IP, Battlebornâ„¢ July 8
    2K, Gearbox Software Announce Next-Gen IP, Battleborn™ July 8, 2014 12:05 PM ET New hero-shooter experience from the creators of the best-selling Borderlands franchise brings industry-leading co-operative and competitive play to next-gen consoles and PC Join the conversation on Twitter using the hashtag #Battleborn NEW YORK--(BUSINESS WIRE)--Jul. 8, 2014-- 2K and Gearbox Software – the creators of the award-winning and best-selling Borderlands franchise – today announced Battleborn™, an all-new full-featured triple-A hero-shooter experience for Xbox One, the all-in-one games and entertainment system from Microsoft, PlayStation®4 computer entertainment system, and Windows PC is in development. The first details and full reveal of Battleborn can be read now exclusively in Game Informer magazine’s August issue cover story. Battleborn is developed by the teams behind the critically acclaimed hybrid role-playing-shooter Borderlands 2, and is an ambitious fusion of genres. The game combines highly-stylized visuals and frenetic first-person shooting, with Gearbox’s industry-leading co-operative combat, and an expansive collection of diverse heroes. Battleborn is set in the distant future of an imaginative science-fantasy universe where players experience both a narrative-driven co-operative campaign, as well as competitive multiplayer matches. “If Borderlands 2 is a shooter-looter, Battleborn is a hero-shooter,― said Randy Pitchford, president of Gearbox Software. “As a genre-fused, hobby-grade, co-operative and competitive FPS exploding with eye-popping style and an imaginative universe, Battleborn is the most ambitious video game that Gearbox has ever created.― “Battleborn represents the combined might of the development and publishing teams behind the success of Borderlands 2, which to date has sold-in more than 9-million units worldwide and has become 2K’s highest-selling game of all time,― said Christoph Hartmann, president of 2K.
    [Show full text]
  • Designing Gameplay Researching and Testing Nintendo’S Game Design
    Designing Gameplay Researching and testing Nintendo’s game design Malin Ribäck Arcada Biblioteket och Språkenheten Helsingfors 2019 EXAMENSARBETE Arcada Utbildningsprogram: Mediekultur Identifikationsnummer: 6847 Författare: Malin Ribäck Arbetets namn: Gameplays design – Undersökning och test av Nintendos speldesign Handledare (Arcada): Mirko Ahonen Uppdragsgivare: Sammandrag: Studien gick ut på att utforska hur spelföretaget Nintendo designar gameplay. För att testa resultaten i praktiken skapades ett game design-dokument. Därför börjar arbetet med att diskutera vad game design-dokument är och vad de används för. Game design-dokumentet som gjordes i samband med studien är en kombination av det huvudsakliga game design- dokumentet och ett konceptdokument. Därför tar arbetet också upp skillnaderna mellan dessa dokument. För att utreda hur Nintendo designar gameplay utfördes en litteraturundersökning. Materialet som användes i litteraturundersökningen består av intervjuer. Majoriteten av intervjuerna härstammar från Nintendos egen hemsida. För att utforma en teori tar arbetet upp några befintliga teorier för hur Nintendo designar sina spel. För att kunna diskutera Nintendos gameplay definieras gameplays koncept genom att diskutera olika definitioner av olika författare som tar upp ämnet i fråga. Litteraturundersökningen inleds med en presentation av varifrån materialet för studien har kommit. Inledningsvis tar också arbetet upp två viktiga spelutvecklare från Nintendo, för att ge insikt i varför just de personerna är viktiga. För att presentera en helhet över hur Nintendo designar gameplay studeras, organiseras, presenteras och diskuteras innehållet från litteraturundersökningen. Resultatet från undersökningen visar bland annat att när Nintendo designar sina spel, fokuserar man på följande saker: Att göra spelen användarvänliga, att formge dem enligt deras funktion, att göra spelvärlden responsiv i förhållande till spelaren och att undvika störa eller avbryta spelarens inlevelse i spelet.
    [Show full text]