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

Forsaken Fates, Doran Sj


Варианты приобретения
Цена: 2895.00р.
Кол-во:
 о цене
Наличие: Отсутствует. 
Возможна поставка под заказ. Дата поступления на склад уточняется после оформления заказа


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

Автор: Doran Sj
Название:  Forsaken Fates
ISBN: 9781989330036
Классификация:

ISBN-10: 1989330037
Обложка/Формат: Paperback
Страницы: 408
Вес: 0.59 кг.
Дата издания: 28.01.2021
Язык: English
Размер: 22.86 x 15.24 x 2.31 cm
Поставляется из: США
Описание: Finally. Hearts, souls, and now body theyll be bound...


Through sacrifice and sheer stubbornness, they defeated death itself. through fate, Cassius and Amara are united at last.

Only to be the punchline of a great cosmic joke.

Destiny has anointed the Demon King and his Warlock Queen harbingers of the apocalypse, their love heralding the end of times. hushed whispers of their unholy union will transform allies into enemies, trusted friends become mortal foes when the devastating truth of their miraculous reunion comes to light.

Desperate to rid themselves of the dark mark destiny placed upon them, Cassius and Amara search for a relic created by his father, a relic so powerful it may be enough to contain the rapture itself, their only hope, or what could be their downfall.

Together they face unforeseen dangers and heart-shattering revelations as an ancient doomsday prophecy threatens to tear apart two souls the fates bound as one.

Whatever it takes


*Intended for mature audiences*

Part Three of six in Fates series




From the Grand Canal to the Dodder: Illustrious Lives

Автор: Doran Beatrice
Название: From the Grand Canal to the Dodder: Illustrious Lives
ISBN: 0750995572 ISBN-13(EAN): 9780750995573
Издательство: Неизвестно
Рейтинг:
Цена: 3168.00 р.
Наличие на складе: Есть (1 шт.)
Описание: Biographies of the interesting and noteworthy residents of Dublin 4 throughout history

Thirty Days Of Thought: Culture Matters

Автор: Doran Jay
Название: Thirty Days Of Thought: Culture Matters
ISBN: 0578438135 ISBN-13(EAN): 9780578438139
Издательство: Неизвестно
Цена: 3449.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Автор: Doran, John
Название: In Search of the New Weird
ISBN: 1474617883 ISBN-13(EAN): 9781474617888
Издательство: Orion
Рейтинг:
Цена: 2883.00 р.
Наличие на складе: Поставка под заказ.

Liszt and Virtuosity

Автор: Robert Doran
Название: Liszt and Virtuosity
ISBN: 1580469396 ISBN-13(EAN): 9781580469395
Издательство: Boydell & Brewer
Рейтинг:
Цена: 17424.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: A new and wide-ranging collection of essays by leading international scholars, exploring the concept and practices of virtuosity in Franz Liszt and his contemporaries.

Unity 2017 Mobile Game Development

Автор: Doran, John P
Название: Unity 2017 Mobile Game Development
ISBN: 1787288714 ISBN-13(EAN): 9781787288713
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Learn to create, publish and monetize your mobile games with the latest Unity 2017 tool-set easily for Android and iOS

Key Features

  • One-stop solution to becoming proficient in mobile game development using Unity 2017
  • Port your Unity games to popular platforms such as iOS and Android
  • Unleash the power of C# scripting to create realistic gameplay and animations in Unity 2017.

Book Description

Unity has established itself as an overpowering force for developing mobile games. If you love mobile games and want to learn how to make them but have no idea where to begin, then this book is just what you need. This book takes a clear, step-by-step approach to building an endless runner game using Unity with plenty of examples on how to create a game that is uniquely your own.

Starting from scratch, you will build, set up, and deploy a simple game to a mobile device. You will learn to add touch gestures and design UI elements that can be used in both landscape and portrait mode at different resolutions. You will explore the best ways to monetize your game projects using Unity Ads and in-app purchases before you share your game information on social networks. Next, using Unity's analytics tools you will be able to make your game better by gaining insights into how players like and use your game. Finally, you'll learn how to publish your game on the iOS and Android App Stores for the world to see and play along.

What you will learn

  • Use Unity to build an endless runner game
  • Set up and deploy a project to a mobile device
  • Create interesting gameplay elements using inputs from your mobile device
  • Monetize your game projects with Unity ads and in-app purchases
  • Design UI elements that can be used well in Landscape and Portrait mode at different resolutions, supporting phones, tablets, and PCs.
  • How to submit your game to the iOS and Android app stores
Game Development Patterns and Best Practices

Автор: Doran John P., Casanova Matt
Название: Game Development Patterns and Best Practices
ISBN: 1787127834 ISBN-13(EAN): 9781787127838
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Utilize proven solutions to solve common problems in game developmentAbout This Book* Untangle your game development workflow, make cleaner code, and create structurally solid games* Implement key programming patterns that will enable you to make efficient AI and remove duplication* Optimize your game using memory management techniquesWho This Book Is ForIf you are a game developer who wants to solve commonly-encountered issues or have some way to communicate to other developers in a standardized format, then this book is for you. Knowledge of basic game programming principles and C++ programming is assumed. What You Will Learn* Learn what design patterns are and why you would want to use them* Reduce the maintenance burden with well-tested, cleaner code* Employ the singleton pattern effectively to reduce your compiler workload* Use the factory pattern to help you create different objects with the same creation logic and reduce coding time* Improve game performance with Object Pools* Allow game play to interact with physics or graphics in an abstract way* Refractor your code to remove common code smellsIn DetailYou've learned how to program, and you've probably created some simple games at some point, but now you want to build larger projects and find out how to resolve your problems.

So instead of a coder, you might now want to think like a game developer or software engineer. To organize your code well, you need certain tools to do so, and that's what this book is all about. You will learn techniques to code quickly and correctly, while ensuring your code is modular and easily understandable.

To begin, we will start with the core game programming patterns, but not the usual way. We will take the use case strategy with this book. We will take an AAA standard game and show you the hurdles at multiple stages of development.

Similarly, various use cases are used to showcase other patterns such as the adapter pattern, prototype pattern, flyweight pattern, and observer pattern. Lastly, we'll go over some tips and tricks on how to refactor your code to remove common code smells and make it easier for others to work with you. By the end of the book you will be proficient in using the most popular and frequently used patterns with the best practices.

Style and approachThis book takes a step-by-step real-life case studies approach. Every pattern is first explained using a bottleneck. We will show you a problem in your everyday workflow, and then introduce you to the pattern, and show you how the pattern will resolve the situation.

Maddie`s Choice

Автор: Doran Christine Thomas
Название: Maddie`s Choice
ISBN: 1941069991 ISBN-13(EAN): 9781941069998
Издательство: Неизвестно
Рейтинг:
Цена: 2934.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Maddie's Choice
Children, our most valuable resource;
may they all be Dragonslayers
Ten-year-old Maddie is pressured by her best friend, Emma, and her thirteen-year-old friend, Olivia, to try alcohol when the older girls' parents are not at home. Maddie must make a choice as to whether to participate in a behavior that could eventually lead her down a path that could steal away her future lofty dreams and aspirations.
Maddie's Choice can be read and shared with your child, opening up opportunities to discuss the dangers of alcohol and drug abuse. This scourge is a deceptive part of today's media driven society. Children need to be prepared and given tools like this in order to fight the dragon of addiction.

Flash and Fancy More Otter Adventures on the Waccamaw River Book Three: A Dolphin Rescue

Автор: Doran Christine Thomas
Название: Flash and Fancy More Otter Adventures on the Waccamaw River Book Three: A Dolphin Rescue
ISBN: 1941069843 ISBN-13(EAN): 9781941069844
Издательство: Неизвестно
Рейтинг:
Цена: 2382.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Zephyr the Dragonslayer

Автор: Doran Christine Thomas
Название: Zephyr the Dragonslayer
ISBN: 195076818X ISBN-13(EAN): 9781950768189
Издательство: Неизвестно
Рейтинг:
Цена: 5012.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Zephyr the Dragonslayer is an exciting children`s fairytale/fantasynovel that addresses the following themes: the dangers of substance abuse, the impact of substance abuse on an individual and friends, collaboration, and caring interventions.

Автор: Doran, John
Название: History of Heavy Metal
ISBN: 1474618561 ISBN-13(EAN): 9781474618564
Издательство: Orion
Рейтинг:
Цена: 2579.00 р.
Наличие на складе: Поставка под заказ.

Автор: Doran, John
Название: History of Heavy Metal
ISBN: 1474618553 ISBN-13(EAN): 9781474618557
Издательство: Orion
Рейтинг:
Цена: 3795.00 р.
Наличие на складе: Поставка под заказ.

Автор: Doran, John
Название: History of Heavy Metal
ISBN: 147461857X ISBN-13(EAN): 9781474618571
Издательство: Orion
Рейтинг:
Цена: 1516.00 р.
Наличие на складе: Поставка под заказ.


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