Author: 'No Bugs' Hare
Publisher: Development and Deployment of Multiplayer Games
ISBN: 9783903213067
Category : Computers
Languages : en
Pages : 0
Book Description
Trying to develop your own multiplayer online game can be overwhelming, especially as information on multiplayer specifics is very scarce. The nine-volume Development and Deployment of Multiplayer Games series is an attempt to summarize a body of knowledge that is known in the industry, but is rarely published, let alone published together. The series is highly praised by prominent representatives of the multiplayer gamedev industry. An "Early Praise" page within the book lists several testimonials by people from billion-dollar and/or AAA companies with job titles ranging from Managing Director and CTO to Backend Technical Director and Principal Software Engineer. Genres: From Social Games to MMOFPS, with Stock Exchanges In Between. Development and Deployment of Multiplayer Online Games aims to cover pretty much all the MOG genres - ranging from social games to MMORPGs and MMOFPS. While there are certainly differences between the genres, around 80% of the discussed concepts apply across the board. Level: Intermediate+. This series is not trying to teach very basics of the programming (and is not a book to copy-paste your MOG from). Rather, it is intended for those intermediate developers who want to progress into senior ones, and all the way up to CTOs and architects. In particular, there is no explanation of what event-driven programming is about, what the difference is between optimistic locking and pessimistic locking, why do you need a source control system, and so on. Instead, there will be discussions on how the concept of futures fits into event-driven programming, when the use of optimistic locking makes sense for games, and how to use source control in the presence of unmergeable files. This Volume: Vol. I Vol. I starts Part ARCH(itecture), and includes three Chapters. Chapter 1 discusses Game Design Document (GDD) - mostly concentrating on its multiplayer specifics of GDDs. Chapter 2 explores the all-important aspects of cheating - which is virtually non-existent in single-player games and games between friends, but plays an enormous role in multiplayer games; the resulting analysis leads to Authoritative Server architectures (note that discussion on implementing anti-cheating measures is much longer than it is possible to fit into Vol. I, and will take the whole Vol. VIII). The largest chapter of Vol. I, Chapter 3, is dedicated to typical multiplayer communication flows. Along the course of this discussion, it will cover lots of different topics, including such different things as Client-Side Prediction, Low-Latency Compressible State Sync, Lag Compensation and its dangers, and Inter-DB Async Transfer with Transactional Integrity
Development and Deployment of Multiplayer Online Games, Vol. I
Author: 'No Bugs' Hare
Publisher: Development and Deployment of Multiplayer Games
ISBN: 9783903213067
Category : Computers
Languages : en
Pages : 0
Book Description
Trying to develop your own multiplayer online game can be overwhelming, especially as information on multiplayer specifics is very scarce. The nine-volume Development and Deployment of Multiplayer Games series is an attempt to summarize a body of knowledge that is known in the industry, but is rarely published, let alone published together. The series is highly praised by prominent representatives of the multiplayer gamedev industry. An "Early Praise" page within the book lists several testimonials by people from billion-dollar and/or AAA companies with job titles ranging from Managing Director and CTO to Backend Technical Director and Principal Software Engineer. Genres: From Social Games to MMOFPS, with Stock Exchanges In Between. Development and Deployment of Multiplayer Online Games aims to cover pretty much all the MOG genres - ranging from social games to MMORPGs and MMOFPS. While there are certainly differences between the genres, around 80% of the discussed concepts apply across the board. Level: Intermediate+. This series is not trying to teach very basics of the programming (and is not a book to copy-paste your MOG from). Rather, it is intended for those intermediate developers who want to progress into senior ones, and all the way up to CTOs and architects. In particular, there is no explanation of what event-driven programming is about, what the difference is between optimistic locking and pessimistic locking, why do you need a source control system, and so on. Instead, there will be discussions on how the concept of futures fits into event-driven programming, when the use of optimistic locking makes sense for games, and how to use source control in the presence of unmergeable files. This Volume: Vol. I Vol. I starts Part ARCH(itecture), and includes three Chapters. Chapter 1 discusses Game Design Document (GDD) - mostly concentrating on its multiplayer specifics of GDDs. Chapter 2 explores the all-important aspects of cheating - which is virtually non-existent in single-player games and games between friends, but plays an enormous role in multiplayer games; the resulting analysis leads to Authoritative Server architectures (note that discussion on implementing anti-cheating measures is much longer than it is possible to fit into Vol. I, and will take the whole Vol. VIII). The largest chapter of Vol. I, Chapter 3, is dedicated to typical multiplayer communication flows. Along the course of this discussion, it will cover lots of different topics, including such different things as Client-Side Prediction, Low-Latency Compressible State Sync, Lag Compensation and its dangers, and Inter-DB Async Transfer with Transactional Integrity
Publisher: Development and Deployment of Multiplayer Games
ISBN: 9783903213067
Category : Computers
Languages : en
Pages : 0
Book Description
Trying to develop your own multiplayer online game can be overwhelming, especially as information on multiplayer specifics is very scarce. The nine-volume Development and Deployment of Multiplayer Games series is an attempt to summarize a body of knowledge that is known in the industry, but is rarely published, let alone published together. The series is highly praised by prominent representatives of the multiplayer gamedev industry. An "Early Praise" page within the book lists several testimonials by people from billion-dollar and/or AAA companies with job titles ranging from Managing Director and CTO to Backend Technical Director and Principal Software Engineer. Genres: From Social Games to MMOFPS, with Stock Exchanges In Between. Development and Deployment of Multiplayer Online Games aims to cover pretty much all the MOG genres - ranging from social games to MMORPGs and MMOFPS. While there are certainly differences between the genres, around 80% of the discussed concepts apply across the board. Level: Intermediate+. This series is not trying to teach very basics of the programming (and is not a book to copy-paste your MOG from). Rather, it is intended for those intermediate developers who want to progress into senior ones, and all the way up to CTOs and architects. In particular, there is no explanation of what event-driven programming is about, what the difference is between optimistic locking and pessimistic locking, why do you need a source control system, and so on. Instead, there will be discussions on how the concept of futures fits into event-driven programming, when the use of optimistic locking makes sense for games, and how to use source control in the presence of unmergeable files. This Volume: Vol. I Vol. I starts Part ARCH(itecture), and includes three Chapters. Chapter 1 discusses Game Design Document (GDD) - mostly concentrating on its multiplayer specifics of GDDs. Chapter 2 explores the all-important aspects of cheating - which is virtually non-existent in single-player games and games between friends, but plays an enormous role in multiplayer games; the resulting analysis leads to Authoritative Server architectures (note that discussion on implementing anti-cheating measures is much longer than it is possible to fit into Vol. I, and will take the whole Vol. VIII). The largest chapter of Vol. I, Chapter 3, is dedicated to typical multiplayer communication flows. Along the course of this discussion, it will cover lots of different topics, including such different things as Client-Side Prediction, Low-Latency Compressible State Sync, Lag Compensation and its dangers, and Inter-DB Async Transfer with Transactional Integrity
Multiplayer Game Programming
Author: Josh Glazer
Publisher: Addison-Wesley Professional
ISBN: 0134034341
Category : Computers
Languages : en
Pages : 721
Book Description
The Practical Guide to Building Reliable Networked Multiplayer Games Networked multiplayer games are a multibillion dollar business: some games now attract tens of millions of players. In this practical, code-rich guide, Joshua Glazer and Sanjay Madhav guide you through every aspect of engineering them. Drawing on their immense experience as both game developers and instructors, the authors lead you through building a robust multiplayer architecture, and creating every engine-level system. You’ll learn through in-depth working code examples for two complete games: an action game and a real time strategy (RTS) game. First, Madhav and Glazer review the essentials of networking and network programming from the standpoint of game developers. Next, they walk through managing game data transmission, updating game objects across the network, and organizing the devices that join your game. You’ll learn how to ensure reliable performance despite the Internet’s inherent inconsistencies, and how to design game code for maximum security and scalability. The authors conclude by addressing two increasingly crucial issues: incorporating gamer services and hosting your games in the cloud. This guide’s content has been extensively tested through the authors’ multiplayer game programming courses at USC. It is equally valuable both to students and to working game programmers moving into networked games. Coverage includes How games have evolved to meet the challenges of networked environments Using Internet communication protocols and standards in game development Working with Berkeley Socket, the most widely used networking construct in multiplayer gaming Formatting game data for efficient Internet transmission Synchronizing states so all players share the same world Organizing networking topologies for large-scale games Overcoming latency and jitter problems that cause delays or lost data Scaling games without compromising performance Combating security vulnerabilities and software cheats Leveraging the networking functionality of the popular Unreal 4 and Unity game engines Integrating gamer services such as matchmaking, achievements, and leaderboards Running game servers in the cloud About the Website C++ source code for all examples is available at github.com/MultiplayerBook. Instructors will also find a full set of PowerPoint slides and a sample syllabus.
Publisher: Addison-Wesley Professional
ISBN: 0134034341
Category : Computers
Languages : en
Pages : 721
Book Description
The Practical Guide to Building Reliable Networked Multiplayer Games Networked multiplayer games are a multibillion dollar business: some games now attract tens of millions of players. In this practical, code-rich guide, Joshua Glazer and Sanjay Madhav guide you through every aspect of engineering them. Drawing on their immense experience as both game developers and instructors, the authors lead you through building a robust multiplayer architecture, and creating every engine-level system. You’ll learn through in-depth working code examples for two complete games: an action game and a real time strategy (RTS) game. First, Madhav and Glazer review the essentials of networking and network programming from the standpoint of game developers. Next, they walk through managing game data transmission, updating game objects across the network, and organizing the devices that join your game. You’ll learn how to ensure reliable performance despite the Internet’s inherent inconsistencies, and how to design game code for maximum security and scalability. The authors conclude by addressing two increasingly crucial issues: incorporating gamer services and hosting your games in the cloud. This guide’s content has been extensively tested through the authors’ multiplayer game programming courses at USC. It is equally valuable both to students and to working game programmers moving into networked games. Coverage includes How games have evolved to meet the challenges of networked environments Using Internet communication protocols and standards in game development Working with Berkeley Socket, the most widely used networking construct in multiplayer gaming Formatting game data for efficient Internet transmission Synchronizing states so all players share the same world Organizing networking topologies for large-scale games Overcoming latency and jitter problems that cause delays or lost data Scaling games without compromising performance Combating security vulnerabilities and software cheats Leveraging the networking functionality of the popular Unreal 4 and Unity game engines Integrating gamer services such as matchmaking, achievements, and leaderboards Running game servers in the cloud About the Website C++ source code for all examples is available at github.com/MultiplayerBook. Instructors will also find a full set of PowerPoint slides and a sample syllabus.
Handbook of Digital Games
Author: Marios C. Angelides
Publisher: John Wiley & Sons
ISBN: 1118796276
Category : Technology & Engineering
Languages : en
Pages : 611
Book Description
This book covers the state-of-the-art in digital games research and development for anyone working with or studying digital games and those who are considering entering into this rapidly growing industry. Many books have been published that sufficiently describe popular topics in digital games; however, until now there has not been a comprehensive book that draws the traditional and emerging facets of gaming together across multiple disciplines within a single volume.
Publisher: John Wiley & Sons
ISBN: 1118796276
Category : Technology & Engineering
Languages : en
Pages : 611
Book Description
This book covers the state-of-the-art in digital games research and development for anyone working with or studying digital games and those who are considering entering into this rapidly growing industry. Many books have been published that sufficiently describe popular topics in digital games; however, until now there has not been a comprehensive book that draws the traditional and emerging facets of gaming together across multiple disciplines within a single volume.
Gaming and Simulations: Concepts, Methodologies, Tools and Applications
Author: Management Association, Information Resources
Publisher: IGI Global
ISBN: 1609601963
Category : Games & Activities
Languages : en
Pages : 2084
Book Description
"This book set unites fundamental research on the history, current directions, and implications of gaming at individual and organizational levels, exploring all facets of game design and application and describing how this emerging discipline informs and is informed by society and culture"--Provided by publisher.
Publisher: IGI Global
ISBN: 1609601963
Category : Games & Activities
Languages : en
Pages : 2084
Book Description
"This book set unites fundamental research on the history, current directions, and implications of gaming at individual and organizational levels, exploring all facets of game design and application and describing how this emerging discipline informs and is informed by society and culture"--Provided by publisher.
Development and Deployment of Multiplayer Online Games, Vol. II
Author: 'No Bugs' Hare
Publisher: Nerds for Nerds Publishing Gmbh
ISBN: 9783903213166
Category :
Languages : en
Pages : 438
Book Description
Trying to develop your own multiplayer online game can be overwhelming, especially as information on multiplayer specifics is very scarce. The nine-volume Development and Deployment of Multiplayer Games series is an attempt to summarize a body of knowledge that is known in the industry, but is rarely published, let alone published together. The series is highly praised by prominent representatives of the multiplayer gamedev industry. An "Early Praise" page within the book lists several testimonials by people from billion-dollar and/or AAA companies with job titles ranging from Managing Director and CTO to Backend Technical Director and Principal Software Engineer. Genres: From Social Games to MMOFPS, with Stock Exchanges In Between. Development and Deployment of Multiplayer Online Games aims to cover pretty much all the MOG genres - ranging from social games to MMORPGs and MMOFPS. While there are certainly differences between the genres, around 80% of the discussed concepts apply across the board. Level: Intermediate+. This series is not trying to teach very basics of the programming (and is not a book to copy-paste your MOG from). Rather, it is intended for those intermediate developers who want to progress into senior ones, and all the way up to CTOs and architects. In particular, there is no explanation of what event-driven programming is about, what the difference is between optimistic locking and pessimistic locking, why do you need a source control system, and so on. Instead, there will be discussions on how the concept of futures fits into event-driven programming, when the use of optimistic locking makes sense for games, and how to use source control in the presence of unmergeable files. This Volume: Vol. II Vol. II continues Part ARCH(itecture), and includes four Chapters. Chapter 4 discusses choices between DIY elements of your game and re-using 3rd-party ones, advocating for "responsible re-use". Chapter 5 explores (Re)Actors - which can be seen as a generalization of classical game loop, and allow to handle all the kinds of games, including, but not limited to, simulations. Special attention is paid to (Re)Actor goodies such as replay and production post-factum analysis. Chapter 6 concentrates on Client-Side Architecture - both generic and (Re)Actor-based. Note that serious discussion of the graphics is beyond the scope. Chapter 7 is aimed at those development teams who want to re-use popular existing engines (such as Unity 5, UE4, Lumberyard, or Urho3D) to develop an MOG. Various 3rd-party communication libraries (including Photon and SmartFoxServer) are also discussed in this context.
Publisher: Nerds for Nerds Publishing Gmbh
ISBN: 9783903213166
Category :
Languages : en
Pages : 438
Book Description
Trying to develop your own multiplayer online game can be overwhelming, especially as information on multiplayer specifics is very scarce. The nine-volume Development and Deployment of Multiplayer Games series is an attempt to summarize a body of knowledge that is known in the industry, but is rarely published, let alone published together. The series is highly praised by prominent representatives of the multiplayer gamedev industry. An "Early Praise" page within the book lists several testimonials by people from billion-dollar and/or AAA companies with job titles ranging from Managing Director and CTO to Backend Technical Director and Principal Software Engineer. Genres: From Social Games to MMOFPS, with Stock Exchanges In Between. Development and Deployment of Multiplayer Online Games aims to cover pretty much all the MOG genres - ranging from social games to MMORPGs and MMOFPS. While there are certainly differences between the genres, around 80% of the discussed concepts apply across the board. Level: Intermediate+. This series is not trying to teach very basics of the programming (and is not a book to copy-paste your MOG from). Rather, it is intended for those intermediate developers who want to progress into senior ones, and all the way up to CTOs and architects. In particular, there is no explanation of what event-driven programming is about, what the difference is between optimistic locking and pessimistic locking, why do you need a source control system, and so on. Instead, there will be discussions on how the concept of futures fits into event-driven programming, when the use of optimistic locking makes sense for games, and how to use source control in the presence of unmergeable files. This Volume: Vol. II Vol. II continues Part ARCH(itecture), and includes four Chapters. Chapter 4 discusses choices between DIY elements of your game and re-using 3rd-party ones, advocating for "responsible re-use". Chapter 5 explores (Re)Actors - which can be seen as a generalization of classical game loop, and allow to handle all the kinds of games, including, but not limited to, simulations. Special attention is paid to (Re)Actor goodies such as replay and production post-factum analysis. Chapter 6 concentrates on Client-Side Architecture - both generic and (Re)Actor-based. Note that serious discussion of the graphics is beyond the scope. Chapter 7 is aimed at those development teams who want to re-use popular existing engines (such as Unity 5, UE4, Lumberyard, or Urho3D) to develop an MOG. Various 3rd-party communication libraries (including Photon and SmartFoxServer) are also discussed in this context.
Learning 2D Game Development with Unity
Author: Matthew Johnson
Publisher: Addison-Wesley Professional
ISBN: 0133523403
Category : Computers
Languages : en
Pages : 376
Book Description
The Unity Engine Tutorial for Any Game Creator ¿ Unity is now the world’s #1 game engine, thanks to its affordability, continuous improvements, and amazing global community. With Unity, you can design, code, and author your game once, and then deploy it to multiple platforms, reaching huge audiences and earning maximum returns. Learning 2D Game Development with Unity® will help you master Unity and build powerful skills for success in today’s game industry. It also includes a bonus rundown of the new GUI tools introduced in Unity’s version 4.6 beta. ¿ With this indispensable guide, you’ll gain a solid, practical understanding of the Unity engine as you build a complete, 2D platform-style game, hands-on. The step-by-step project will get you started fast, whether you’re moving to Unity from other engines or are new to game development. ¿ This tutorial covers the entire development process, from initial concept, plans, and designs to the final steps of building and deploying your game. It illuminates Unity’s newly integrated 2D toolset, covering sprites, 2D physics, game scripts, audio, and animations. Throughout, it focuses on the simplest and lowest-cost approaches to game development, relying on free software and assets. Everything you’ll need is provided. ¿ Register your book at informit.com/title/9780321957726 to access assets, code listings, and video tutorials on the companion website. ¿ Learn How To Set up your Unity development environment and navigate its tools Create and import assets and packages you can add to your game Set up game sprites and create atlas sheets using the new Unity 2D tools Animate sprites using keyframes, animation controllers, and scripting Build a 2D game world from beginning to end Establish player control Construct movements that “feel right” Set up player physics and colliders Create and apply classic gameplay systems Implement hazards and tune difficulty Apply audio and particle effects to the game Create intuitive game menus and interface elements Debug code and provide smooth error handling Organize game resources and optimize game performance Publish your game to the web for others to see and play ¿
Publisher: Addison-Wesley Professional
ISBN: 0133523403
Category : Computers
Languages : en
Pages : 376
Book Description
The Unity Engine Tutorial for Any Game Creator ¿ Unity is now the world’s #1 game engine, thanks to its affordability, continuous improvements, and amazing global community. With Unity, you can design, code, and author your game once, and then deploy it to multiple platforms, reaching huge audiences and earning maximum returns. Learning 2D Game Development with Unity® will help you master Unity and build powerful skills for success in today’s game industry. It also includes a bonus rundown of the new GUI tools introduced in Unity’s version 4.6 beta. ¿ With this indispensable guide, you’ll gain a solid, practical understanding of the Unity engine as you build a complete, 2D platform-style game, hands-on. The step-by-step project will get you started fast, whether you’re moving to Unity from other engines or are new to game development. ¿ This tutorial covers the entire development process, from initial concept, plans, and designs to the final steps of building and deploying your game. It illuminates Unity’s newly integrated 2D toolset, covering sprites, 2D physics, game scripts, audio, and animations. Throughout, it focuses on the simplest and lowest-cost approaches to game development, relying on free software and assets. Everything you’ll need is provided. ¿ Register your book at informit.com/title/9780321957726 to access assets, code listings, and video tutorials on the companion website. ¿ Learn How To Set up your Unity development environment and navigate its tools Create and import assets and packages you can add to your game Set up game sprites and create atlas sheets using the new Unity 2D tools Animate sprites using keyframes, animation controllers, and scripting Build a 2D game world from beginning to end Establish player control Construct movements that “feel right” Set up player physics and colliders Create and apply classic gameplay systems Implement hazards and tune difficulty Apply audio and particle effects to the game Create intuitive game menus and interface elements Debug code and provide smooth error handling Organize game resources and optimize game performance Publish your game to the web for others to see and play ¿
Introduction to Game Design, Prototyping, and Development
Author: Jeremy Gibson
Publisher: Pearson Education
ISBN: 0321933168
Category : Computers
Languages : en
Pages : 944
Book Description
This hands-on guide covers both game development and design, and both Unity and C♯. This guide illuminates the basic tenets of game design and presents a detailed, project-based introduction to game prototyping and development, using both paper and the Unity game engine.
Publisher: Pearson Education
ISBN: 0321933168
Category : Computers
Languages : en
Pages : 944
Book Description
This hands-on guide covers both game development and design, and both Unity and C♯. This guide illuminates the basic tenets of game design and presents a detailed, project-based introduction to game prototyping and development, using both paper and the Unity game engine.
Developing Games in Java
Author: David Brackeen
Publisher: New Riders
ISBN: 9781592730056
Category : Computers
Languages : en
Pages : 1012
Book Description
Companion web site available.
Publisher: New Riders
ISBN: 9781592730056
Category : Computers
Languages : en
Pages : 1012
Book Description
Companion web site available.
Synthetic Worlds
Author: Edward Castronova
Publisher: University of Chicago Press
ISBN: 0226096319
Category : Computers
Languages : en
Pages : 346
Book Description
From EverQuest to World of Warcraft, online games have evolved from the exclusive domain of computer geeks into an extraordinarily lucrative staple of the entertainment industry. People of all ages and from all walks of life now spend thousands of hours—and dollars—partaking in this popular new brand of escapism. But the line between fantasy and reality is starting to blur. Players have created virtual societies with governments and economies of their own whose currencies now trade against the dollar on eBay at rates higher than the yen. And the players who inhabit these synthetic worlds are starting to spend more time online than at their day jobs. In Synthetic Worlds, Edward Castronova offers the first comprehensive look at the online game industry, exploring its implications for business and culture alike. He starts with the players, giving us a revealing look into the everyday lives of the gamers—outlining what they do in their synthetic worlds and why. He then describes the economies inside these worlds to show how they might dramatically affect real world financial systems, from potential disruptions of markets to new business horizons. Ultimately, he explores the long-term social consequences of online games: If players can inhabit worlds that are more alluring and gratifying than reality, then how can the real world ever compete? Will a day ever come when we spend more time in these synthetic worlds than in our own? Or even more startling, will a day ever come when such questions no longer sound alarmist but instead seem obsolete? With more than ten million active players worldwide—and with Microsoft and Sony pouring hundreds of millions of dollars into video game development—online games have become too big to ignore. Synthetic Worlds spearheads our efforts to come to terms with this virtual reality and its concrete effects. “Illuminating. . . . Castronova’s analysis of the economics of fun is intriguing. Virtual-world economies are designed to make the resulting game interesting and enjoyable for their inhabitants. Many games follow a rags-to-riches storyline, for example. But how can all the players end up in the top 10%? Simple: the upwardly mobile human players need only be a subset of the world's population. An underclass of computer-controlled 'bot' citizens, meanwhile, stays poor forever. Mr. Castronova explains all this with clarity, wit, and a merciful lack of academic jargon.”—The Economist “Synthetic Worlds is a surprisingly profound book about the social, political, and economic issues arising from the emergence of vast multiplayer games on the Internet. What Castronova has realized is that these games, where players contribute considerable labor in exchange for things they value, are not merely like real economies, they are real economies, displaying inflation, fraud, Chinese sweatshops, and some surprising in-game innovations.”—Tim Harford, Chronicle of Higher Education
Publisher: University of Chicago Press
ISBN: 0226096319
Category : Computers
Languages : en
Pages : 346
Book Description
From EverQuest to World of Warcraft, online games have evolved from the exclusive domain of computer geeks into an extraordinarily lucrative staple of the entertainment industry. People of all ages and from all walks of life now spend thousands of hours—and dollars—partaking in this popular new brand of escapism. But the line between fantasy and reality is starting to blur. Players have created virtual societies with governments and economies of their own whose currencies now trade against the dollar on eBay at rates higher than the yen. And the players who inhabit these synthetic worlds are starting to spend more time online than at their day jobs. In Synthetic Worlds, Edward Castronova offers the first comprehensive look at the online game industry, exploring its implications for business and culture alike. He starts with the players, giving us a revealing look into the everyday lives of the gamers—outlining what they do in their synthetic worlds and why. He then describes the economies inside these worlds to show how they might dramatically affect real world financial systems, from potential disruptions of markets to new business horizons. Ultimately, he explores the long-term social consequences of online games: If players can inhabit worlds that are more alluring and gratifying than reality, then how can the real world ever compete? Will a day ever come when we spend more time in these synthetic worlds than in our own? Or even more startling, will a day ever come when such questions no longer sound alarmist but instead seem obsolete? With more than ten million active players worldwide—and with Microsoft and Sony pouring hundreds of millions of dollars into video game development—online games have become too big to ignore. Synthetic Worlds spearheads our efforts to come to terms with this virtual reality and its concrete effects. “Illuminating. . . . Castronova’s analysis of the economics of fun is intriguing. Virtual-world economies are designed to make the resulting game interesting and enjoyable for their inhabitants. Many games follow a rags-to-riches storyline, for example. But how can all the players end up in the top 10%? Simple: the upwardly mobile human players need only be a subset of the world's population. An underclass of computer-controlled 'bot' citizens, meanwhile, stays poor forever. Mr. Castronova explains all this with clarity, wit, and a merciful lack of academic jargon.”—The Economist “Synthetic Worlds is a surprisingly profound book about the social, political, and economic issues arising from the emergence of vast multiplayer games on the Internet. What Castronova has realized is that these games, where players contribute considerable labor in exchange for things they value, are not merely like real economies, they are real economies, displaying inflation, fraud, Chinese sweatshops, and some surprising in-game innovations.”—Tim Harford, Chronicle of Higher Education
The Gameful World
Author: Steffen P. Walz
Publisher: MIT Press
ISBN: 026202800X
Category : Computers
Languages : en
Pages : 687
Book Description
What if every part of our everyday life was turned into a game? The implications of “gamification.” What if our whole life were turned into a game? What sounds like the premise of a science fiction novel is today becoming reality as “gamification.” As more and more organizations, practices, products, and services are infused with elements from games and play to make them more engaging, we are witnessing a veritable ludification of culture. Yet while some celebrate gamification as a possible answer to mankind's toughest challenges and others condemn it as a marketing ruse, the question remains: what are the ramifications of this “gameful world”? Can game design energize society and individuals, or will algorithmic incentive systems become our new robot overlords? In this book, more than fifty luminaries from academia and industry examine the key challenges of gamification and the ludification of culture—including Ian Bogost, John M. Carroll, Bernie DeKoven, Bill Gaver, Jane McGonigal, Frank Lantz, Jesse Schell, Kevin Slavin, McKenzie Wark, and Eric Zimmerman. They outline major disciplinary approaches, including rhetorics, economics, psychology, and aesthetics; tackle issues like exploitation or privacy; and survey main application domains such as health, education, design, sustainability, or social media.
Publisher: MIT Press
ISBN: 026202800X
Category : Computers
Languages : en
Pages : 687
Book Description
What if every part of our everyday life was turned into a game? The implications of “gamification.” What if our whole life were turned into a game? What sounds like the premise of a science fiction novel is today becoming reality as “gamification.” As more and more organizations, practices, products, and services are infused with elements from games and play to make them more engaging, we are witnessing a veritable ludification of culture. Yet while some celebrate gamification as a possible answer to mankind's toughest challenges and others condemn it as a marketing ruse, the question remains: what are the ramifications of this “gameful world”? Can game design energize society and individuals, or will algorithmic incentive systems become our new robot overlords? In this book, more than fifty luminaries from academia and industry examine the key challenges of gamification and the ludification of culture—including Ian Bogost, John M. Carroll, Bernie DeKoven, Bill Gaver, Jane McGonigal, Frank Lantz, Jesse Schell, Kevin Slavin, McKenzie Wark, and Eric Zimmerman. They outline major disciplinary approaches, including rhetorics, economics, psychology, and aesthetics; tackle issues like exploitation or privacy; and survey main application domains such as health, education, design, sustainability, or social media.