Items related to Algorithms and Networking for Computer Games

Algorithms and Networking for Computer Games - Hardcover

  • 3.17 out of 5 stars
    6 ratings by Goodreads
 
Image Not Available

Synopsis

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.

"synopsis" may belong to another edition of this title.

About the Author

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.

Review

“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 as networking problems, including dealing with cheating. The exercises at the end of each chapter range from simple thought exercises to studying Braben and Bell’s namegeneration algorithm from Elite (1984) ... use of pseudocode throughout ensures the book works equally well for C, C++, Java, Python, or even C# programmers.” MagPi, Issue 64, December 2017


"About this title" may belong to another edition of this title.

  • PublisherWiley
  • Publication date2017
  • ISBN 10 1119259762
  • ISBN 13 9781119259763
  • BindingHardcover
  • LanguageEnglish
  • Edition number2
  • Number of pages416
  • Rating
    • 3.17 out of 5 stars
      6 ratings by Goodreads

Buy Used

Condition: Very Good
Hardcover, second edition, xxi... View this item

Shipping: US$ 29.03
From Ireland to U.S.A.

Destination, rates & speeds

Add to basket

Other Popular Editions of the Same Title

Image Not Available

Featured Edition

ISBN 10:  0470018127 ISBN 13:  9780470018125
Publisher: Wiley, 2006
Hardcover

Search results for Algorithms and Networking for Computer Games

Stock Image

Jouni Smed; Harri Hakonen
Published by Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Used Hardcover

Seller: killarneybooks, Inagh, CLARE, Ireland

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Hardcover. Condition: 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. Seller Inventory # 007768

Contact seller

Buy Used

US$ 45.90
Convert currency
Shipping: US$ 29.03
From Ireland to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Smed, Jouni; Hakonen, Harri
Published by Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Used Hardcover

Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Hardcover. Condition: Very Good. No Jacket. Former library book; May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.75. Seller Inventory # G1119259762I4N10

Contact seller

Buy Used

US$ 75.80
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Jouni Smed
Published by John Wiley and Sons, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
New Hardcover

Seller: INDOO, Avenel, NJ, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 9781119259763

Contact seller

Buy New

US$ 86.92
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Smed, Jouni; Hakonen, Harri
Published by Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
New Hardcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 25039192-n

Contact seller

Buy New

US$ 84.31
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: 2 available

Add to basket

Seller Image

Smed, Jouni; Hakonen, Harri
Published by Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Used Hardcover

Seller: GreatBookPrices, Columbia, MD, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: As New. Unread book in perfect condition. Seller Inventory # 25039192

Contact seller

Buy Used

US$ 88.68
Convert currency
Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds

Quantity: 2 available

Add to basket

Stock Image

Harri Hakonen
Published by John Wiley and Sons Inc, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
Used Hardcover

Seller: PBShop.store UK, Fairford, GLOS, United Kingdom

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

HRD. Condition: Used - Very Good. Used - Like New Book. Shipped from UK. Established seller since 2000. Seller Inventory # P1-9781119259763

Contact seller

Buy Used

US$ 101.37
Convert currency
Shipping: US$ 7.73
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Harri Hakonen
Published by John Wiley and Sons Inc, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
New Hardcover

Seller: PBShop.store UK, Fairford, GLOS, United Kingdom

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

HRD. Condition: New. New Book. Shipped from UK. Established seller since 2000. Seller Inventory # FW-9781119259763

Contact seller

Buy New

US$ 101.37
Convert currency
Shipping: US$ 7.73
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Jouni Smed
Published by John Wiley & Sons Inc, New York, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
New Hardcover

Seller: Grand Eagle Retail, Fairfield, OH, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Hardcover. Condition: 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 multiple locations in the US or from the UK, depending on stock availability. Seller Inventory # 9781119259763

Contact seller

Buy New

US$ 111.49
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Jouni Smed
Published by John Wiley and Sons Ltd, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
New Hardcover

Seller: THE SAINT BOOKSTORE, Southport, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Hardback. Condition: New. New copy - Usually dispatched within 4 working days. 794. Seller Inventory # B9781119259763

Contact seller

Buy New

US$ 98.43
Convert currency
Shipping: US$ 19.35
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Seller Image

Smed, Jouni; Hakonen, Harri
Published by Wiley, 2017
ISBN 10: 1119259762 ISBN 13: 9781119259763
New Hardcover

Seller: GreatBookPricesUK, Woodford Green, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 25039192-n

Contact seller

Buy New

US$ 98.42
Convert currency
Shipping: US$ 19.76
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 2 available

Add to basket

There are 9 more copies of this book

View all search results for this book