Making Multiplayer Online Games (The Book (only))
Making Multiplayer Online Games
A Game Development Workbook for any Phaser JavaScript Gaming Framework.
About the Book
This book includes game design and implementation chapters using either Phaser JavaScript Gaming Frameworks v2.6.2, CE, v3.16+, AND any other JS Gaming Frameworks for the front- and back-end development. It is a Book of 5 Rings Game Design - "HTML5, CSS, JavaScript, PHP, and SQL". It further analyzes several freely available back-end servers and supporting middleware (such as PHP, Python, and several CMS). This game design workbook takes you step-by-step into the creation of Massively Multiplayer Online Game as a profitable business adventure - none of this theoretical, local workstation proof of concept! It uses any popular JavaScript Gaming Framework -- not just limited to Phaser.JS!! -- on the client-side browser interfacing into a unique, server-side, application using WebSockets. It is the only book of its kind since January 2017 for Phaser MMO Gaming Framework!
- Part I leads you through the world of networks, business consideration, MMoG analysis and setting up your studio workshop. I have 40 years of networking career experience in highly sensitive (i.e., Government Embassies) data communications. I am a certified Cisco Academy Instructor and have taught networking, networking security, game design/development, and software engineering for the past 14 years at the college level.
- Part II Guides you into Multi-player Online Game architecture contrasted to normal single-player games. This lays the foundation for Multi-Player Game Prototypes and reviews a missing aspect in current MMoG development not seen in many online tutorials and example code.
- Part III contains 3 chapters focused on production and development for the client-side code, client-proxy, server-side code, and MMoG app. This content sets the foundation for what many Phaser tutorials and Phaser Starter-Kits on the market today overlook and never tell you! Upon completion of Part III, you will have your own bespoke MMoG with integrated micro-service, and if you choose, web workers and block-chain.
- Part IV (Bonus Content) This section includes proprietary Game Rule Books and EULA source code included as a part of your book purchase. It features four (4) Game Recipes -- step-by-step instructions -- listed by complexity "1" = easiest (elementary skills) to "4" = most complex (requiring advanced skills across several IT technology disciplines). Each external “Walk-Through Tutorial” guides you in different aspects of MMoG development.
- How to migrate single-player games into a 2-player online delivery mode (not using "hot-seat")!
- How to use dynamic client-side proxy servers and migrate this game from its current single-player mode (with AI Bot) into an online 2-player mode (not using "hot-seat")!
- How to include "Asynchronous Availability" during gameplay and migrate this gameplay mode (with AI Bot) into an online "Asynchronous Availability" 3-player mode using postal mail or email game turns! The FREE game rule book will help "deconstruct" this game mechanics.
- This final external "Step-by-Step" tutorial guides us in building a complete MMoG CMS, using MOM over WebSockets for 2 to 8 participants, a membership system, game lobby, player matching services, and other various cloud-based "Back-end as a Services" (BaaS). The FREE game rule book will help "deconstruct" this game mechanics.
Packages
The Book (only)
Bonus Content is not included
Includes:
Free Affiliate Guides
Learn how to use this document and leverage revenues in our Gaming Community.
PDF
EPUB
WEB
English
Book, Game Dev. Certification Course, and Bonus Content
List of bonus content: (Available after 95% completed) WebSocket template; OGRE game engine analyzed; IBM Microservices & Rogue Cloud; Books, charts, frameworks and tools.
Includes:
Web Sockets template
Web Socket template and test boilerplate.
OGRE game engine analyzed
A formal study on the OGRE open-source game engine (64 pages)
IBM Microservices
Building interactive MMoG using IBM Cloud Services (6.4MB) and "What is serverless" 56-page pamphlet from O'Reilly books.
Books charts, frameworks, and tools
worksheets and templates used found in this book. (14.3MB)
Free Affiliate Guides
Learn how to use this document and leverage revenues in our Gaming Community.
PDF
EPUB
WEB
English
Reader Testimonials
Carl Smotricz
B.S. Computer Science & Electrical and Electronics Engineering, University of Maryland (Verified Purchase & read)
The author knows his stuff about networking technologies. So this book presents a wealth of info on how to connect game clients and servers over networks. It's a bit too deep for some readers! But for the more practically minded, it advocates recent technologies and provides a lot of links to toolkits, libraries, and other tutorials. Many gaming how-to books give the impression that the author wants to make a quick buck, but this book feels like the author genuinely wants to make us smarter.
Table of Contents
-
-
Distribution Permission
- Supporting website
- Disclosures
- Disclaimer
- Forwards
-
About this Workbook
- Links and References
-
Workbook Content
-
How to Read & Use this workbook:
- Viewing the eBook’s Source Code:
- Who should use this workbook?
-
How to Read & Use this workbook:
- Your newly obtained skills…
-
Game Design System™
- Game Studio - Book Series
- Game Studio - Online Courses
- “Making Browser Games” - Books Series
- “Making Browser Games” Series - online Courses
- Programming Courses
- “Walk-Thru Tutorial” Series - Online Courses
-
Distribution Permission
-
Part I: Network Concepts and Design
-
1 Business Considerations
- 1.1 Formal Business Launch Required?
-
1.2 Common Marketing Sense
- Building Desk-Tops or Web-apps? (Business Philosophy)
- Find Similar Games (Competitors)
- Key Features (Matching the Competition)
- Key Differentiation & Unique Features (Setting Us Apart)
- Understanding the Block-chain Business Model in Gaming
- 1.3 New Dog, Old Tricks?
- 1.4 Generating Game Ideas & Mechanics
- 1.5 Copyrights & EULA
- 1.6 Chapter Summary
- 1.7 Chapter Foot Notes
-
2 Building a Game Studio Workshop
- 2.1 Workstation Set-up Environment
-
2.2 Development Tools
- Text Editor
- IntelXDK (deprecated)
-
2.3 Project File Structure
- My Project Recommendations
- 2.4 Summary
-
3 Networking Basics
- 3.1 Network Foundation Inventory
-
3.2 Deeper Dive: Testing MMoGs Locally??
- Hot-seat MMoG Demos
- 3.3 Network Relationships
- 3.4 Network Concerns
-
3.5 Network Transport Protocols Overview
- Protocols Defined
- Layer 4 UDP vs. TCP
- The Way We Were . . .
- New Kid on the Block
- Deeper Dive: WebSocket Frame
- 3.6 Chapter Summary
- 3.7 Chapter Foot Notes
-
1 Business Considerations
-
Part II: MMoG Architecture
-
4 MMoG Engine Analysis
- 4.1 What is a Game Engine?
- 4.2 To “B”uild or not to “B”uild, that’s the question!
- 4.3 Purpose of XML and JSON
-
4.4 MMoG engine Criteria:
- Here’s my list and chart: (not in order of preference)
- 4.5 Server-side Research
- 4.6 Vetting our candidates
-
4.7 Node.js vs. WebSockets vs. Socket.io
- Socket.IO bloated overhead!
- 4.8 Final Analysis
-
4.9 Server-less Alternatives
- Online Development — Single Provider Option
- Deploy Using Various Cloud Microservices
- Build a Vertical
- 4.10 Chapter Summary
- 4.11 Chapter Foot Notes:
-
5 MMoG Application Architecture
-
5.1 Comparing Single- to Multi-Player Games
- Deeper Dive: Using Web Workers
- Deeper Dive: Await and Promises
-
5.2 Differences in MMoG Games?
- Player Interactions
- Technology Architecture
- Deeper Dive: Ethereum Distributed App (DApp) Games
- Live testing of MMoGs!
-
5.3 Technical Aspects
- Writing Source Code Differently: “How vs What!”
- Construction Sequence and Regimen
-
5.4 Encoding Formats for Game Turns
- MMoG App API - RPC or MOM?
- 5.5 Deployment Concerns
-
5.6 Persistent Data structures
- Deeper Dive: 3rd Option for Real-time MMoG
- Distributed Database (sharding)
- MMoG Database Examples
- Deeper Dive: Learn from the Best — UnReal Engine
- Deeper Dive: Learn from the Best — Unity Multiplayer Networking
- Deeper Dive: Learn from the Best — IBM Microservices
- Additional Information
- Deeper Dive: Learn from the Best — Google GRITS
- Deeper Dive: Learn from the Best — Rob Hawkes
- 5.7 New Tricks
-
5.8 Managing Network Transports
- Skipping Rope! (Fixed Time Intervals)
- Adobe RTMP and RTMFP
- 5.9 Availability
-
5.10 PBM³ Technology
- Managing Time-line Models
-
5.11 Too Hot, Too Cold, Just right! … where & what
- Deployment Options
- 5.12 Chapter Summary
- 5.13 Chapter Foot Notes
-
5.1 Comparing Single- to Multi-Player Games
-
4 MMoG Engine Analysis
-
Part III: Production & Development
-
6 Client-side Foundation
- 6.1 Testing Your Browser
-
6.2 WebSocket Protocol Handshake
- Deeper Dive: WebSocket API
-
6.3 Sample Source Code: Client-side WebSocket
-
Step #1: Game
index
page - Step #2: Generate Event handlers
-
Step #1: Game
-
6.4 Security Concerns
- MMoG Protection
- Deeper Dive: WebSocket Security
- Deeper Dive: “Sticky Load Balancing”
- Use of <iframe>
-
6.5 One Last thing
- Smart (thick) vs. Dumb (thin)
- 6.6 Chapter Summary
- 6.7 Chapter Foot Notes
-
7 Server-side Foundation
-
7.1 Building a Socket Server
- Server Requirement Considerations
- Deeper Dive: Measure Network Latency
-
7.2 Server Pages
-
Code Review
index.php
-
Review
demo/server.php
Content
-
Code Review
- 7.3 Where’s Phaser!?
-
7.4 Extending Our Operations
- Deeper Dive: The CMS Game Shell
- Deeper Dive: When to use the game shell model
-
7.5 CMS — Server-side Frameworks
- Index Page (Non-Traditional Method)
-
7.6 CodeIgniter / Phaser Integrated CMS
- High Score Services
- Membership Login
- 7.7 Back-end Administration
- 7.8 Chapter Summary
- 7.9 Chapter References
-
7.1 Building a Socket Server
-
8 MMoG App API Engine
- 8.1 Building a MMoG App APIs
-
8.2 Game Turn Orders
- Creating MMoG API Prototypes — 4-Step method
- C2S GTOs Samples
- Deeper Dive: JSON Microdata Format
- Client-side Proxy Server
-
8.3 Game Turn Responses
- Deeper Dive: Real-time MMoG Design
- S2C GTRs Samples
- 8.4 Using Horizontal Micro-services
-
8.5 Modeling from Others MMoG Contributors
- Lessons Learned the “Hard-way”
- 8.6 Chapter Summary
- 8.7 Chapter References
-
6 Client-side Foundation
- Part IV: Step-by-Step Tutorials
-
Appendix
-
More Resources
- JavaScript Garden
- Additional Appendices
- Other resources:
- Selling your Game Assets
- Appendix: Online Game Development
- Appendix: Making WebXR Games!
- Appendix: Phaser III Plugins
-
Appendix: “How to Start a WebSocket”
- Testing Your Browser
-
WebSocket Protocol Handshake
- Deeper Dive: WebSocket API
-
Sample Source Code: Client-side WebSocket
-
Step #1: Game
index
page - Step #2: Generate Event handlers
-
Step #1: Game
-
More Resources
Other books by this author
The Leanpub 60-day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
80% Royalties. Earn $16 on a $20 book.
We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earned$12,307,240writing, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
OpenIntro Statistics
David Diez, Christopher Barr, Mine Cetinkaya-Rundel, and OpenIntroA complete foundation for Statistics, also serving as a foundation for Data Science.
Leanpub revenue supports OpenIntro (US-based nonprofit) so we can provide free desk copies to teachers interested in using OpenIntro Statistics in the classroom and expand the project to support free textbooks in other subjects.
More resources: openintro.org.
Personal Finance
Jason AndersonThis textbook provides an in-depth analysis on personal finance that is both practical and straightforward in its approach. It has been written in such a way that the readers can gain knowledge without getting overwhelmed by the technical terms. Suitable for both beginners and advanced learners.
Getting to Know IntelliJ IDEA
Trisha Gee and Helen ScottIf we treat our IDE as a text editor, we are doing ourselves a disservice. Using a combination of tutorials and a questions-and-answers approach, Getting to Know IntelliJ IDEA will help you find ways to use IntelliJ IDEA that enable you to work comfortably and productively as a professional developer.
C++20 - The Complete Guide
Nicolai M. JosuttisAll new language and library features of C++20 (for those who know previous C++ versions).
The book presents all new language and library features of C++20. Learn how this impacts day-to-day programming, to benefit in practice, to combine new features, and to avoid all new traps.
Buy early, pay less, free updates.
Other books:
Mastering STM32 - Second Edition
Carmine NovielloWith more than 1200 microcontrollers, STM32 is probably the most complete ARM Cortex-M platform on the market. This book aims to be the most complete guide around introducing the reader to this exciting MCU portfolio from ST Microelectronics and its official CubeHAL and STM32CubeIDE development environment.
R Programming for Data Science
Roger D. PengThis book brings the fundamentals of R programming to you, using the same material developed as part of the industry-leading Johns Hopkins Data Science Specialization. The skills taught in this book will lay the foundation for you to begin your journey learning data science. Printed copies of this book are available through Lulu.
Machine Learning Q and AI
Sebastian Raschka, PhDHave you recently completed a machine learning or deep learning course and wondered what to learn next? With 30 questions and answers on key concepts in machine learning and AI, this book provides bite-sized bits of knowledge for your journey to becoming a machine learning expert.
Stats One
William FooteThe Rails 7 Way
Obie Fernandez, Lucas Dohmen, and Tom Henrik AadlandThe Rails™ 7 Way is the comprehensive, authoritative reference guide for professionals delivering production-quality code using modern Ruby on Rails. It illuminates the entire Rails 7 API, its most powerful idioms, design approaches, and libraries. Building on the previous editions, this edition has been heavily refactored and updated.
Gradual Modularization for Ruby and Rails
Stephan HagemannGet yourself a new tool to manage your Rails application and your growing engineering organization! Prevent the ball-of-mud (and fix it!). Go for microservices or SOA if it makes sense not just because you don't have any other tool. Do all this through a low-overhead tool: packages. Enable better conversations to make practical changes today.
Top Bundles
- #1
Software Architecture
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #2
CCIE Service Provider Ultimate Study Bundle
2 Books
Piotr Jablonski, Lukasz Bromirski, and Nick Russo have joined forces to deliver the only CCIE Service Provider training resource you'll ever need. This bundle contains a detailed and challenging collection of workbook labs, plus an extensively detailed technical reference guide. All of us have earned the CCIE Service Provider certification... - #3
1500 QUIZ COMMENTATI (3 libri)
3 Books
Tre libri dei QUIZ MMG Commentati al prezzo di DUE! I QUIZ dei concorsi ufficiali di Medicina Generale relativi agli anni: 2000-2001-2003-2012-2013-2014-2015-2016-2017-2018-2019-2020-2021 +100 inediti Raccolti in unico bundle per aiutarvi nello studio e nella preparazione al concorso. All'interno di ogni libro i quiz sono stati suddivisi per... - #4
Pattern-Oriented Memory Forensics and Malware Detection
2 Books
This training bundle for security engineers and researchers, malware and memory forensics analysts includes two accelerated training courses for Windows memory dump analysis using WinDbg. It is also useful for technical support and escalation engineers who analyze memory dumps from complex software environments and need to check for possible... - #5
Practical FP in Scala + Functional event-driven architecture
2 Books
Practical FP in Scala (A hands-on approach) & Functional event-driven architecture, aka FEDA, (Powered by Scala 3), together as a bundle! The content of PFP in Scala is a requirement to understand FEDA so why not take advantage of this bundle!? - #6
Modern C++ Collection
3 Books
Get All about Modern C++C++ Standard Library, including C++20Concurrency with Modern C++, including C++20C++20Each book has about 200 complete code examples. Updates are included. When I update one of the books, you immediately get the updated bundle. You can expect significant updates to each new C++ standard (C++23, C++26, .. ) and also... - #7
Linux Administration Complet
4 Books
Ce lot comprend les quatre volumes du Guide Linux Administration :Linux Administration, Volume 1, Administration fondamentale : Guide pratique de préparation aux examens de certification LPIC 1, Linux Essentials, RHCSA et LFCS. Administration fondamentale. Introduction à Linux. Le Shell. Traitement du texte. Arborescence de fichiers. Sécurité... - #9
Development and Deployment of Multiplayer Online Games, Part ARCH. Architecture (Vol. I-III)
3 Books
What's the Big Idea? The idea behind this book is to summarize the body of knowledge that already exists on multiplayer games but is not available in one single place.And quite a fewof the issues discussed within this series (planned as three nine volumes ~300 pages each), while known in the industry, have not been published at all (except for... - #10
Growing Agile: The Complete Coach's Guide
7 Books
Growing Agile: Coach's Guide Series This bundle provides a collection of training and workshop plans for a variety of agile topics. The series is aimed at agile coaches, trainers and ScrumMasters who often find themselves needing to help teams understand agile concepts. Each book in the series provides the plans, slides, handouts and activity...