Cantitate/Preț
Produs

Let’s Build a Multiplayer Phaser Game: With TypeScript, Socket.IO, and Phaser

Autor Oscar Lodriguez
en Limba Engleză Paperback – 6 dec 2018
Create a fully working multiplayer game from scratch using TypeScript, Socket.IO, and the community edition of Phaser.js. You will achieve amazing feats in the browser without having to install any software. This book teaches you how to use the Phaser game engine APIs to tap into physics, and how to utilize HUD information and fire lasers.

Let’s Build a Multiplayer Phaser Game dives into the details to show you how to create a multiplayer game from beginning to end. Once you have finished this book, you will be well versed in creating not only a game, but also an application that you can extend with new functionality to enjoy with your friends.


What You'll Learn
  • Discover the ins and outs of Socket.IO for real-time web communication
  • Use TypeScript to allow your project to be typed and self-documenting
  • See how gaming mechanics work to make a game entertaining
  • Get a deeper understanding of how to structure your working directory and your code
  • Scale what you have created


Who This Book Is For
Developers who want to know how to create and structure a complex online game
Citește tot Restrânge

Preț: 20832 lei

Preț vechi: 26040 lei
-20% Nou

Puncte Express: 312

Preț estimativ în valută:
3987 4206$ 3323£

Carte disponibilă

Livrare economică 12-26 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484242483
ISBN-10: 1484242483
Pagini: 100
Ilustrații: XIII, 151 p. 8 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: Introduction.- Chapter 2: Setting Up Our Development Environment.- Chapter 3: Orchestrating Our Domain Model.- Chapter 4: Implementing Our Game Domain Models.- Chapter 5: Seeing It In Action.- Chapter 6: Projectiles.- Chapter 7: Hooking Up Our Server.- Chapter 8: The World Should Remember Your Name.- Chapter 9: Bonus: Refactoring and Asteroids.- Chapter 10: Further Reading and Discovery.-

Notă biografică

Oscar Lodriguez has been developing software as a freelancer for close to 13 years. During this time, he has worked with software giants such as Adyen, BNP Paribas, Ebay, Bol.com, Schiphol, and Backbase. He has a bachelor's degree in computer science and is a motivated and avid learner who stays up to date with web industry standards. He has written three books and speaks regularly at Golang/JavaScript meet-ups in and around Holland.

Textul de pe ultima copertă

Create a fully working multiplayer game from scratch using TypeScript, Socket.io, and the community edition of Phaser.js. You will achieve amazing feats in the browser without having to install any software. This book teaches you how to use the Phaser game engine APIs to tap into physics, and how to utilize HUD information and fire lasers.

Let’s Build a Multiplayer Phaser Game dives into the details to show you how to create a multiplayer game from beginning to end. Once you have finished this book, you will be well versed in creating not only a game, but also an application that you can extend with new functionality to enjoy with your friends.
What You'll Learn:

  • Discover the ins and outs of Socket.io for real-time web communication
  • Use TypeScript to allow your project to be typed and self-documenting
  • See how gaming mechanics work to make a game entertaining
  • Get a deeper understanding of how to structure your working directory and your code
  • Scale what you have created



Caracteristici

Teaches you how to craft a multiplayer game with TypeScript, web sockets, and Phaser Provides a starting point for beginning and intermediate users to create multiplayer games for the browser Shows you how to use your newly acquired skills to add your own twists to the game