Making Strategy Browser Games
$9.99
Minimum price
$19.99
Suggested price

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!

  • Share this book

  • Categories

    • Product Management
    • Project Management
    • Game Development
    • HTML
    • JavaScript
    • Web Development
    • Gaming
    • Education
    • History
    • Games
    • Textbooks
  • Installments completed

    10 / 10

  • Feedback

    Email the Author(s)

About the Author

Stephen Gose
Stephen Gose

Avatar is an adorable cartoon sketch of my wife. 46th anniversary this coming Sept 1, 2024!

Stephen Gose, Ph.D. Information Systems (honorary) (and second-generation German) is a retired Professor Emeritus with a 41-year career as a certified network engineer, and "Certified Cisco Academy Instructor" (CCAI) since 2002. He is listed in the Who's Who for Information Technology for his directly related work for the Internet backbones found in the Caribbean, Netherlands, Israel, and Russia. He was awarded "Letters of Appreciation" from AT&T, and the German, Israeli, Dutch, and Russian Governments. Steve has nearly three decades of international "teaching and conference lecturing" in both Local-Area and Wide-Area Networks, network security, Internet backbones, software engineering, and program/project management. He is a retired US Army Signal Corps Officer. He earned, in 2014, the ITT Technical Institute's "Instructor of the Year" out of 8,000 instructors across 144 campuses throughout the USA. 

He graduated from Grand Canyon University with his first B.A. in Religions and Music Education, then a B.S. in Business Admin. from the University of Maryland, and an M.B.A in International Management from Liberty University.

He is currently pursuing his Th.D. He has served as a licensed minister since 1972 and as a missionary to Okinawa, Japan. He earned the US Army Chaplain Outstanding Service Award in 1983. 

In his spare time(?), Steve enjoys creating online casual games, software engineering, and managing his online gaming businesses. 

My driving theme: "Always stay humble and kind"

His personal website is: http://www.Stephen-Gose.com./

His game showcase is: http://www.renown-games.com

His theology website: http://kingdomofgodprinciples.com/

Game Support Site: http://makingbrowsergames.com/

Review my profile on LinkedIn.com: https://www.linkedin.com/in/stephen-gose/

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
  • 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”
  • 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
    • 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 Main.js
      • 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
  • 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!
  • 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
  • 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.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

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 earnedover $13 millionwriting, 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

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub