Algorithms and Networking for Computer Games

Smed, Jouni; Hakonen, Harri

ISBN 10: 1119259762 ISBN 13: 9781119259763
Verlag: Wiley, 2017
Gebraucht Hardcover

Verkäufer ThriftBooks-Dallas, Dallas, TX, USA Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

AbeBooks-Verkäufer seit 2. Juli 2009


Beschreibung

Beschreibung:

Former library book; May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.75. Bestandsnummer des Verkäufers G1119259762I4N10

Diesen Artikel melden

Inhaltsangabe:

The essential guide to solving algorithmic and networking problems in commercial computer games, revised and extended

Algorithms and Networking for Computer Games, Second Edition is written from the perspective of the computer scientist. Combining algorithmic knowledge and game-related problems, it explores the most common problems encountered in game programing. 

The first part of the book presents practical algorithms for solving “classical” topics, such as random numbers, procedural generation, tournaments, group formations and game trees. The authors also focus on how to find a path in, create the terrain of, and make decisions in the game world.

The second part introduces networking related problems in computer games, focusing on four key questions: how to hide the inherent communication delay, how to best exploit limited network resources, how to cope with cheating and how to measure the on-line game data. 

Thoroughly revised, updated, and expanded to reflect the many constituent changes occurring in the commercial gaming industry since the original, this Second Edition, like the first, is a timely, comprehensive resource offering deeper algorithmic insight and more extensive coverage of game-specific networking problems than ordinarily encountered in game development books.

Algorithms and Networking for Computer Games, Second Edition:

  • Provides algorithmic solutions in pseudo-code format, which emphasises the idea behind the solution, and can easily be written into a programming language of choice
  • Features a section on the Synthetic player, covering decision-making, influence maps, finite-state machines, flocking, fuzzy sets, and probabilistic reasoning and noise generation
  • Contains in-depth treatment of network communication, including dead-reckoning, local perception filters, cheating prevention and on-line metrics
  • Now includes 73 ready-to-use algorithms and 247 illustrative exercises

Algorithms and Networking for Computer Games, Second Edition is a must-have resource for advanced undergraduate and graduate students taking computer game related courses, postgraduate researchers in game-related topics, and developers interested in deepening their knowledge of the theoretical underpinnings of computer games and in learning new approaches to game design and programming.

Über die Autorin bzw. den Autor:

Jouni Smed holds a doctorate in Computer Science and acts as a Senior Lecturer and Adjunct Professor at the University of Turku, Finland. He is also the co-founder of Turku Game Lab, which aims at bringing together technologically- and artistically-oriented students to collaborate on game projects and jump-start their careers in the game industry. For the past twenty years, his research interests have focused on various areas of game development: from code tweaking to software processes and from simple puzzles to multisite game development.

Harri Hakonen works as a senior software developer at Ericsson, being a member of a small team implementing embedded real-time products over Linux. He has thirty years of computer-related experience, covering various professions at academy, software industry and startups. Harri has always been keen on concrete software construction, from implementing low level bit-fiddling to catalyzing teamwork, and he will never stop programming.

„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.

Bibliografische Details

Titel: Algorithms and Networking for Computer Games
Verlag: Wiley
Erscheinungsdatum: 2017
Einband: Hardcover
Zustand: Very Good
Zustand des Schutzumschlags: No Jacket
Auflage: 2. Auflage

Beste Suchergebnisse bei AbeBooks

Beispielbild für diese ISBN

Jouni Smed; Harri Hakonen
Verlag: Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Gebraucht Hardcover

Anbieter: killarneybooks, Inagh, CLARE, Irland

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Hardcover. Zustand: Very Good. 2nd Edition. Hardcover, second edition, xxi + 389 pages, NOT ex-library. An external stamp ('mängelexemplar') on upper page edges. Pages are clean and bright throughout with unmarked text, free of inscriptions and stamps, firmly bound. Boards show minor shelfwear. Issued without a dust jacket. -- Contents: 1 Introduction [Anatomy of Computer Games; Game Development (Phases of development; Documentation; Other considerations); Synthetic Players (Humanness; Stance); Multiplaying; Interactive Storytelling (Approaches; Storytelling in games); Outline of the Book (Algorithms; Networking); Summary; Exercises]; I Algorithms -- 2 Random Numbers [Linear Congruential Method (Choice of parameters; Testing the randomness; Using the generators); Discrete Finite Distributions; Random Shuffling; Exercises] 3 Noise [Applying Noise; Origin of Noise; Visualization; Interpolation (Utility routines for value conversions; Interpolation in a single & in two parameters); Composition of Noise; Periodic Noise; Perlin Noise; Worley Noise; Exercises]; 4 Procedural Generation [Terrain Generation; Maze Algorithms (Depth-first Algorithm; Randomized Kruskal's & Prim's algorithm); L-Systems (Examples; City generation); Hierarchical Universe Generation; Exercises]; 5 Tournaments [Rank Adjustment; Elimination; Scoring Tournaments; Exercises]; 6 Game Trees [Minimax (Analysis; Partial minimax); Alpha-Beta Pruning (Analysis; Principal variation search); Monte Carlo Tree Search; Games of Chance; Exercises]; 7 Path Finding [Discretization of the Game World (Grid; Navigation mesh); Finding the Minimum Path (Evaluation function; Properties; Algorithm A*); Realizing the Movement; Exercises]; 8 Group Movement [Flocking; Formations (Coordinating formations; Behaviour-based steering; Fuzzy logic control; Mass-spring systems; Exercises]; 9 Decision-Making [Background (Levels of decision-making; Modelled knowledge; Methods); Finite State Machines (Computational FSM; Mealy & Moore machines; Implementation; Discussion); Influence Maps; Automated Planning; Exercises]; 10 Modelling Uncertainty [Statistical Reasoning (Bayes' theorem; Bayesian networks; Dempster-Shafer theory); Fuzzy Sets (Membership function; Fuzzy operations; Defuzzification); Fuzzy Constraint Satisfaction Problem (Modelling the criteria as fuzzy sets; Weighting the criteria importances; Aggregating the criteria; Making a decision); Exercises]; II Networking -- 11 Communication Layers [Physical Platform (Resource limitations; Transmission techniques and protocols); Logical Platform (Communication architecture; Data & control architecture); Networked Application; Exercises]; 12 Compensating Resource Limitations [Aspects of Compensation (Consistency & responsiveness; Scalability); Protocol Optimization (Message compression & aggregation); Dead Reckoning (Prediction; Convergence); Local Perception Filters (Linear temporal contour; Adding bullet time to the delays); Synchronized Simulation; Interest Management (Aura- & Zone- & Visibility- & Class-based interest management); Compensation by Game Design (Short active turns; Semi-autonomous avatars; Interaction via proxies); Exercises]; 13 Cheating Prevention [Technical Exploitations (Packet tampering; Look-ahead cheating; Cracking & other attacks); Collusion (Classification; Collusion detection); Rule Violations; Exercises]; 14 Online Metrics [Players; Monetization; Acquisition; Game Session; Exercises]; Appendices: -- A Pseudocode Conventions [Changing the Flow of Control (Expressions; Control structures); Data Structures (Values and entities; Data collections); Format of Algorithms; Conversion to Existing Programming Languages]; B Practical Vectors and Matrices [Points and Vectors; Matrices; Conclusion]; Bibliography; Ludography; Index. Bestandsnummer des Verkäufers 007768

Verkäufer kontaktieren

Gebraucht kaufen

EUR 39,30
Währung umrechnen
Versand: EUR 3,00
Von Irland nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Foto des Verkäufers

Smed, Jouni; Hakonen, Harri
Verlag: Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Neu Hardcover

Anbieter: GreatBookPrices, Columbia, MD, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Bestandsnummer des Verkäufers 25039192-n

Verkäufer kontaktieren

Neu kaufen

EUR 74,39
Währung umrechnen
Versand: EUR 17,11
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 2 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Jouni Smed
Verlag: John Wiley and Sons, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Neu Hardcover

Anbieter: INDOO, Avenel, NJ, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Bestandsnummer des Verkäufers 9781119259763

Verkäufer kontaktieren

Neu kaufen

EUR 76,73
Währung umrechnen
Versand: EUR 51,35
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: Mehr als 20 verfügbar

In den Warenkorb

Foto des Verkäufers

Smed, Jouni; Hakonen, Harri
Verlag: Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Gebraucht Hardcover

Anbieter: GreatBookPrices, Columbia, MD, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: As New. Unread book in perfect condition. Bestandsnummer des Verkäufers 25039192

Verkäufer kontaktieren

Gebraucht kaufen

EUR 79,95
Währung umrechnen
Versand: EUR 17,11
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 2 verfügbar

In den Warenkorb

Foto des Verkäufers

Smed, Jouni; Hakonen, Harri
Verlag: Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Gebraucht Hardcover

Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: As New. Unread book in perfect condition. Bestandsnummer des Verkäufers 25039192

Verkäufer kontaktieren

Gebraucht kaufen

EUR 80,91
Währung umrechnen
Versand: EUR 17,34
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 2 verfügbar

In den Warenkorb

Foto des Verkäufers

Jouni Smed|Harri Hakonen
Verlag: John Wiley & Sons, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Neu Hardcover

Anbieter: moluna, Greven, Deutschland

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Gebunden. Zustand: New. More than 70 algorithms are presented, covering random numbers, noise in data (a realistic world is full of imperfections), procedural generation, tournaments, game trees, path finding, group movement, decision making, and modelling uncertainty - as well a. Bestandsnummer des Verkäufers 556572378

Verkäufer kontaktieren

Neu kaufen

EUR 82,99
Währung umrechnen
Versand: Gratis
Innerhalb Deutschlands
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Foto des Verkäufers

Smed, Jouni; Hakonen, Harri
Verlag: Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Neu Hardcover

Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Bestandsnummer des Verkäufers 25039192-n

Verkäufer kontaktieren

Neu kaufen

EUR 84,46
Währung umrechnen
Versand: EUR 17,34
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 2 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Harri Hakonen
Verlag: Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Neu Hardcover

Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

HRD. Zustand: New. New Book. Shipped from UK. Established seller since 2000. Bestandsnummer des Verkäufers FW-9781119259763

Verkäufer kontaktieren

Neu kaufen

EUR 84,47
Währung umrechnen
Versand: EUR 4,66
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Foto des Verkäufers

Jouni Smed
ISBN 10: 1119259762 ISBN 13: 9781119259763
Neu Hardcover

Anbieter: CitiRetail, Stevenage, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Hardcover. Zustand: new. Hardcover. The essential guide to solving algorithmic and networking problems in commercial computer games, revised and extended Algorithms and Networking for Computer Games, Second Edition is written from the perspective of the computer scientist. Combining algorithmic knowledge and game-related problems, it explores the most common problems encountered in game programing. The first part of the book presents practical algorithms for solving classical topics, such as random numbers, procedural generation, tournaments, group formations and game trees. The authors also focus on how to find a path in, create the terrain of, and make decisions in the game world. The second part introduces networking related problems in computer games, focusing on four key questions: how to hide the inherent communication delay, how to best exploit limited network resources, how to cope with cheating and how to measure the on-line game data. Thoroughly revised, updated, and expanded to reflect the many constituent changes occurring in the commercial gaming industry since the original, this Second Edition, like the first, is a timely, comprehensive resource offering deeper algorithmic insight and more extensive coverage of game-specific networking problems than ordinarily encountered in game development books. Algorithms and Networking for Computer Games, Second Edition: Provides algorithmic solutions in pseudo-code format, which emphasises the idea behind the solution, and can easily be written into a programming language of choiceFeatures a section on the Synthetic player, covering decision-making, influence maps, finite-state machines, flocking, fuzzy sets, and probabilistic reasoning and noise generationContains in-depth treatment of network communication, including dead-reckoning, local perception filters, cheating prevention and on-line metricsNow includes 73 ready-to-use algorithms and 247 illustrative exercises Algorithms and Networking for Computer Games, Second Edition is a must-have resource for advanced undergraduate and graduate students taking computer game related courses, postgraduate researchers in game-related topics, and developers interested in deepening their knowledge of the theoretical underpinnings of computer games and in learning new approaches to game design and programming. The essential guide to solving algorithmic and networking problems in commercial computer games, revised and extended Algorithms and Networking for Computer Games, Second Edition is written from the perspective of the computer scientist. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability. Bestandsnummer des Verkäufers 9781119259763

Verkäufer kontaktieren

Neu kaufen

EUR 84,52
Währung umrechnen
Versand: EUR 28,90
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Jouni Smed
Verlag: John Wiley and Sons Ltd, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Neu Hardcover

Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Hardback. Zustand: New. New copy - Usually dispatched within 4 working days. 794. Bestandsnummer des Verkäufers B9781119259763

Verkäufer kontaktieren

Neu kaufen

EUR 86,59
Währung umrechnen
Versand: EUR 8,35
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Es gibt 9 weitere Exemplare dieses Buches

Alle Suchergebnisse ansehen