Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Development and Deployment of Multiplayer Online Games, Vol. II: DIY, (Re)Actors, Client Arch., Unity/UE4/ Lumberyard/Urho3D, Hare `No Bugs`


Варианты приобретения
Цена: 5511.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-23
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Hare `No Bugs`
Название:  Development and Deployment of Multiplayer Online Games, Vol. II: DIY, (Re)Actors, Client Arch., Unity/UE4/ Lumberyard/Urho3D
ISBN: 9783903213166
Классификация:
ISBN-10: 3903213160
Обложка/Формат: Hardcover
Страницы: 438
Вес: 0.96 кг.
Дата издания: 26.02.2020
Серия: Development and deployment of multiplayer online g
Язык: English
Иллюстрации: Illustrations
Размер: 23.50 x 19.10 x 2.39 cm
Читательская аудитория: General (us: trade)
Подзаголовок: Diy, (re)actors, client arch., unity/ue4/ lumberyard/urho3d
Рейтинг:
Поставляется из: США
Описание: 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.


Development and Deployment of Multiplayer Online Games, Vol. I: Gdd, Authoritative Servers, Communications

Автор: Hare `No Bugs`
Название: Development and Deployment of Multiplayer Online Games, Vol. I: Gdd, Authoritative Servers, Communications
ISBN: 3903213063 ISBN-13(EAN): 9783903213067
Издательство: Неизвестно
Цена: 5511.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

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. II: DIY, (Re)Actors, Client Arch., Unity/UE4/ Lumberyard/Urho3D

Автор: , Hare `No Bugs`
Название: Development and Deployment of Multiplayer Online Games, Vol. II: DIY, (Re)Actors, Client Arch., Unity/UE4/ Lumberyard/Urho3D
ISBN: 3903213152 ISBN-13(EAN): 9783903213159
Издательство: Неизвестно
Цена: 2628.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

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.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия