Making Strategy Browser Games
Making Strategy Browser Games
Creating "Decision Science" Game Mechanics for Phaser.js Gaming Frameworks v3.16+ & v2.x.x
About the Book
Discover how to create online "Strategic" games using the methods in this single chapter from the Phaser Game Starter Kit Collection. When you finish this tutorial and bonus content, you will have a production pipeline to create as many different "Decision Science Strategy" games as your imagination can dream of!
Included with your purchase, you'll also get bonus content, download examples, and source code references on how to do every single thing in this game design workbook, so you can copy and paste any examples into your own productions and then modify those resources for your own purposes. General Game Licenses are included in the purchased book.
I would like to guide you in creating several styles of "strategy" game mechanics. We will use those game mechanics, mechanisms and the development methods discussed in Phaser Game Prototypes. By the end of this workbook, you should have a fully functional chess-like strategy game - not a copy of my game, but your very own product using your own gaming assets. There is a supporting website where you can download the bonus content included with your workbook's purchase.
This extraordinarily comprehensive guide will teach you how to:
- Use the Phaser JS Gaming Framework as both v2.x.x and v3.24+.
- How to integrate "strategy" game mechanics into other game genres such as Memory Match, language tutorials, sound effects entertainment and Decision Science Systems!
- Deploy your game as a "Progressive Web Application" or "Single Page Web Application" for any "IoT" device.
- Analyze current business demand for this game's genre, how and where to deploy it.
- Automatically generate various game boards.
- Instructor Guides and teaching resources available for workshops in this course's special Teacher edition and online courses.
If you have any feedback or suggestions please join our email listing or participate in the forum for this course!
Table of Contents
-
-
Distribution Permission
- Supporting website
- Disclosures
- Disclaimer
-
About this Workbook
- Links and References
- Workbook Content
-
How to Read & Use this workbook:
- Viewing this eBook:
- Who should use this workbook?
- Your newly obtained skills …
-
Game Design Resources
- 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
-
Making HTML5 Games
-
1 Introduction to Game Design
- 1.1 Game Genre Defined
- 1.2 Game Tools & Generators
- 1.3 References From
-
2 Standard Project Setup
- 2.1 Standardized File Structure
- 2.2 Barebones Set-up
- 2.3 Web Server Required - Batteries not included!
-
3 Starting a Strategy Game Project
-
3.1 Step 0: Review your competition and their games
- Game Examples
- 3.2 Step 1: Create your “front-door”
-
3.3 Step 2. Create your “Game Shell” & Phases
- Network Impact
- Gamer’s Local Activity
-
3.4 Select a JS Format
- ES5 Format
- ES6+ Format as “FAT Arrow” Function
- ES6+ Format as “Phaser.Class”
- ES6+ Format as “Phaser.Scene”
-
3.1 Step 0: Review your competition and their games
-
1 Introduction to Game Design
-
Part II: Making “Strategy” Games
-
4 Core “Strategy” Game Construction
- 4.1 The Goal
- 4.2 Game Recipe™ Featured Ingredients
-
4.3 Game Mechanics
- Historical background?
- Strategy Game Characteristics
- Types of Strategy Games
- Game Mechanics (GM): Logic & Rules
- Game Mechanics (GM): Data Structures
-
4.4 Design Considerations
- Deeper Dive: Putting Stories in the Wrong Place
- Pre-Battle Preparations
- Terrain and Unit Symbols
- Battle Narratives
- Deeper Dive: Multi-Player versions
- Following the herd? - Using expected “Convention”
- 4.5 Step 3: Create “Play.js”
- 4.6 Step 4: Create Supporting functions.
- 4.7 Inside each Game Phase
-
5 Phaser v3.16+ Code Review
-
5.1 Main.js - Stage 1
- Phaser III Config
- “Stage 1” Game Mechanics
-
5.2 Strategy Core Game Mechanisms
- Stage 1 Play.js - “Battle Plans”
- Stage 1 Play.js - “Pre-Battle Intelligence”
- Stage 1 Play.js - “Conduct the Battle”
- 5.3 Stage 2 - Artwork Themes Substitutions
- 5.4 Stage 2 - battlefield Terrain
-
5.1 Main.js - Stage 1
-
6 Phaser v2.x.x Integrated CMS Code Review
- 6.1 “p2a” Main.js: Stages 1 & 2 consolidated
-
6.2 “p2a” Boot.js & Load.js: Stages 1 & 2 consolidated
- Cross-Origin Requests
- 6.3 “p2a” story.js: Stages 1 & 2 consolidated
- 6.4 “p2a” menu.js: Stages 1 & 2 consolidated
-
6.5 “p2a” demo.js: Tutorial Game
- “p2a” demo.js Overview
-
6.6 “p2a Battle Plans” with sprinkles
- “p2a” play.js Overview
- “p2a” play.js Battle Plan UI
- “p2a” play.js Drop Zones
- “p2a” play.js “btnOver” function
-
“p2a” play.js “
doUnitDrop
” function -
“p2a” play.js “
doAssignReset
” function
- 6.7 “p2a Pre-Battle Intelligence” with sprinkles
- 6.8 “p2a Conduct the Battle” with sprinkles
-
7 Phaser III Game Shell: The CMS!
- 7.1 Generic
- 7.2 Generic Boot.js
- 7.3 Generic Preload.js
- 7.4 Generic Splash.js or Language.js
-
7.5 Generic Menu.js
- Sample CMS page — Credits.js
- Deeper Dive: Using JAMStack as an SSG …
- Deeper Dive: Static Site Generators (SSG)
-
8 Plug-in Enhancements
- 8.1 Twitter Plugin
- 8.2 Gameboard Plugin
-
4 Core “Strategy” Game Construction
-
What’s next?
-
-
8.3 Game Distribution & Marketing
- Introduction: 8-Step Deployment Method.
- 8.4 Book Review Protocol
- 8.5 Tell the world about your game!
-
8.3 Game Distribution & Marketing
-
-
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
-
Appendix: OLOO - Safe JavaScript
-
- Deeper Dive: JS Delegation (aka “Inheritance”?)
- The old way
- Objects Linking to Other Objects (OLOO)
- Compare your code
- Object.create
- Exercise Lesson 9:
- Game Singletons
- Deeper Dive: Object Manipulation objects in ES5/6
- Lesson Summary
- Resource References:
-
- Notes
-
Answers to Exercises
-
- Appendix: OLOO - Safe JavaScript
-
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
Do Well. Do Good.
Authors have earned$11,580,376writing, 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
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
SignalR on .NET 6 - the Complete Guide
Fiodar SazanavetsLearn everything there is to learn about SignalR and how to integrate it with the latest .NET 6 and C# 10 features. Learn how to connect any type of client to SignalR, including plain WebSocket client. Learn how to build interactive applications that can communicate with each other in real time without making excessive calls.
The easiest way to learn design patterns
Fiodar SazanavetsLearn design patterns in the easiest way possible. You will no longer have to brute-force your way through each one of them while trying to figure out how it works. The book provides a unique methodology that will make your understanding of design patterns stick. It can also be used as a reference book where you can find design patterns in seconds.
Agile Testing Condensed Japanese Edition
Yuya Kazama, Janet Gregory, and Lisa CrispinJanet GregoryとLisa Crispinによる2019年9月発行の書籍『Agile Testing Condensed』の日本語翻訳版です。アジャイルにおいてどのような考えでテストを行うべきなのか簡潔に書かれています!
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 event-driven architecture: Powered by Scala 3
Gabriel VolpeExplore the event-driven architecture (EDA) in a purely functional way, mainly powered by Fs2 streams in Scala 3!
Leverage your functional programming skills by designing and writing stateless microservices that scale, powered by stateful message brokers.
Tech Giants in Healthcare
Dr. Bertalan MeskoThis comprehensive guide, Tech Giants in Healthcare, clarifies how and why big tech companies step into healthcare, and breaks it down from one market player to the other in what direction they are going, what tools they are using and what horizons they have in front of them.
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.
Recipes for Decoupling
Matthias NobackCCIE Service Provider Version 4 Written and Lab Exam Comprehensive Guide
Nicholas RussoThe service provider landscape has changed rapidly over the past several years. Networking vendors are continuing to propose new standards, techniques, and procedures for overcoming new challenges while concurrently reducing costs and delivering new services. Cisco has recently updated the CCIE Service Provider track to reflect these changes; this book represents the author's personal journey in achieving that certification.
The BDD Books - Discovery (Japanese Edition)
Gáspár Nagy, Seb Rose, and Yuya Kazamaウクライナ難民を支援 - 2022年5月末まで延長!
この本の売り上げの50%は、 https://unicef.hu/veszhelyzet-ukrajnaban と https://int.depaulcharity.org/fundraising-for-depaul-ukraine/ に寄付されます。
本書籍は、振る舞い駆動開発(Behavior Driven Development, BDD)や受け入れテスト駆動開発(Acceptance Test-Driven Development, ATDD)の発見フェーズを最大限に活用する方法を提供します。
Top Bundles
- #1
All the Books of The Medical Futurist
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, digital health investments and how technology giants such as Amazon... - #2
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!? - #3
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... - #5
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... - #6
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... - #8
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... - #9
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é...