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.
English
PDF
EPUB
MOBI
WEB
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.
English
PDF
EPUB
MOBI
WEB
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 Content Appendices
- Other resources:
- Selling your Game Assets
- Appendix: Making WebXR games!
- Appendix: Online Game Development
- 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
Authors have earned$9,893,579writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Learn more about writing on Leanpub
The Leanpub 45-day 100% Happiness Guarantee
Within 45 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
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), EPUB (for phones and tablets) and MOBI (for 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
C++ Best Practices
Jason TurnerLevel up your C++, get the tools working for you, eliminate common problems, and move on to more exciting things!
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.
Functional Design and Architecture
Alexander GraninSoftware Design in Functional Programming, Design Patterns and Practices, Methodologies and Application Architectures. How to build real software in Haskell with less efforts and low risks. The first complete source of knowledge.
Atomic Kotlin
Bruce Eckel and Svetlana IsakovaFor both beginning and experienced programmers! From the author of the multi-award-winning Thinking in C++ and Thinking in Java together with a member of the Kotlin language team comes a book that breaks the concepts into small, easy-to-digest "atoms," along with exercises supported by hints and solutions directly inside IntelliJ IDEA!
C++20
Rainer GrimmC++20 is the next big C++ standard after C++11. As C++11 did it, C++20 changes the way we program modern C++. This change is, in particular, due to the big four of C++20: ranges, coroutines, concepts, and modules.
The book is almost daily updated. These incremental updates ease my interaction with the proofreaders.
Introductory Statistics with Randomization and Simulation
Mine Cetinkaya-Rundel, Christopher Barr, OpenIntro, and David DiezA complete foundation for Statistics, also serving as a foundation for Data Science, that introduces inference using randomization and simulation while covering traditional methods.
Leanpub revenue supports OpenIntro, so we can provide free desk copies to teachers interested in using our books in the classroom.
More resources: openintro.org.
Java OOP Done Right
Alan MellorObject Oriented Programming is still a great way to create clean, maintainable code. But only if you use it right.
This book gives you 25 years of OO best practice, ready to use.
You'll learn to design objects behaviour-first, use TDD to help, then confidently apply Design Patterns, SOLID principles and Refactoring to make clean, crafted code.
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Composing Software
Eric ElliottAll software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.
Cloud Strategy
Gregor Hohpe“Strategy is the difference between making a wish and making it come true.” A successful migration to the cloud shouldn’t be driven by wishes, but guided by a sound strategy, frameworks, and decision models. This book tells you how—without becoming superficial nor getting lost in technology and product details.
Top Bundles
- #1
Software Architecture for Developers: Volumes 1 & 2 - Technical leadership and communication
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
Cisco CCNA 200-301 Complet
4 Books
Ce lot comprend les quatre volumes du guide préparation à l'examen de certification Cisco CCNA 200-301. - #4
CCDE Practical Studies (All labs)
3 Books
CCDE lab - #5
Modern Management Made Easy
3 Books
Read all three Modern Management Made Easy books. Learn to manage yourself, lead and serve others, and lead the organization. - #6
The Future of Digital Health
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy and how technology giants such as Amazon or Google want to conquer... - #7
Modern C++ by Nicolai Josuttis
2 Books
- #8
Django for Beginners/APIs/Professionals
3 Books
- #9
"The C++ Standard Library" and "Concurrency with Modern C++"
2 Books
Get my books "The C++ Standard Library" and "Concurrency with Modern C++" in a bundle. The first book gives you the details you should know about the C++ standard library; the second one dives deeper into concurrency with modern C++. In sum, you get more than 600 pages full of modern C++ and about 250 source files presenting the standard library... - #10
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é...