Game Development with Construct 2

Game Development with Construct 2

Game Development with Construct 2 From Design to Realization Lee Stemkoski Evan Leider Game Development with Construct 2: From Design to Realization Lee Stemkoski Evan Leider Garden City, New York NY USA USA ISBN-13 (pbk): 978-1-4842-2783-1 ISBN-13 (electronic): 978-1-4842-2784-8 DOI 10.1007/978-1-4842-2784-8 Copyright © 2017 by Lee Stemkoski and Evan Leider This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Managing Director: Welmoed Spahr Editorial Director: Todd Green Acquisitions Editor: Pramila Balan Development Editor: Laura Berendson Technical Reviewer: Julien Kyatric Fantoni Coordinating Editor: Prachi Mehta Copy Editor: Kim Wimpsett Compositor: SPi Global Indexer: SPi Global Artist: SPi Global Cover image designed by Freepik Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail [email protected], or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation. For information on translations, please e-mail [email protected], or visit www.apress. com/rights-permissions. Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales web page at www.apress.com/bulk-sales. Any source code or other supplementary material referenced by the author in this book is avail- able to readers on GitHub via the book’s product page, located at www.apress.com/978-1-4842- 2783-1. For more detailed information, please visit www.apress.com/source-code. Printed on acid-free paper Contents at a Glance About the Authors ��������������������������������������������������������������������������� xiii About the Technical Reviewer ��������������������������������������������������������� xv Acknowledgments ������������������������������������������������������������������������� xvii Foreword ���������������������������������������������������������������������������������������� xix Introduction ����������������������������������������������������������������������������������� xxi ■ Chapter 1: Getting Started with Construct 2 ���������������������������������� 1 ■ Chapter 2: Starfish Collector ���������������������������������������������������������� 9 ■ Chapter 3: Space Rocks ���������������������������������������������������������������� 27 ■ Chapter 4: Cleanup Challenge ������������������������������������������������������ 49 ■ Chapter 5: Adding Polish to Your Game ���������������������������������������� 65 ■ Chapter 6: Plane Dodger ��������������������������������������������������������������� 79 ■ Chapter 7: Racecar 500 ���������������������������������������������������������������� 89 ■ Chapter 8: Rectangle Destroyer �������������������������������������������������� 103 ■ Chapter 9: Spell Shooter ������������������������������������������������������������� 115 ■ Chapter 10: Airplane Assault ������������������������������������������������������ 131 ■ Chapter 11: Tower Defenders ����������������������������������������������������� 141 ■ Chapter 12: Maze Runman ��������������������������������������������������������� 159 ■ Chapter 13: Jumping Jack ��������������������������������������������������������� 175 iii ■ CONTENTS AT A GLANCE ■ Chapter 14: Treasure Quest �������������������������������������������������������� 197 ■ Chapter 15: The Journey Continues�������������������������������������������� 223 ■ Appendix A: Game Design Documentation ��������������������������������� 231 Index ���������������������������������������������������������������������������������������������� 237 iv Contents About the Authors ��������������������������������������������������������������������������� xiii About the Technical Reviewer ��������������������������������������������������������� xv Acknowledgments ������������������������������������������������������������������������� xvii Foreword ���������������������������������������������������������������������������������������� xix Introduction ����������������������������������������������������������������������������������� xxi ■ Chapter 1: Getting Started with Construct 2 ���������������������������������� 1 About the Construct 2 Game Engine ������������������������������������������������������� 2 Downloading and Installing ��������������������������������������������������������������������� 2 The User Interface ����������������������������������������������������������������������������������� 3 Saving, Previewing, and Exporting Games ���������������������������������������������� 7 Summary ������������������������������������������������������������������������������������������������� 8 ■ Chapter 2: Starfish Collector ���������������������������������������������������������� 9 Project Setup ������������������������������������������������������������������������������������������� 9 Sprites ��������������������������������������������������������������������������������������������������� 13 Events ���������������������������������������������������������������������������������������������������� 16 Behaviors ���������������������������������������������������������������������������������������������� 18 Ending the Game ����������������������������������������������������������������������������������� 21 Side Quests ������������������������������������������������������������������������������������������� 22 Solid Objects �����������������������������������������������������������������������������������������������������������22 Value-Based Animations �����������������������������������������������������������������������������������������23 On Your Own �����������������������������������������������������������������������������������������������������������25 Summary ����������������������������������������������������������������������������������������������� 25 v ■ CONTENTS ■ Chapter 3: Space Rocks ���������������������������������������������������������������� 27 Introduction ������������������������������������������������������������������������������������������� 27 Spaceship Movement ���������������������������������������������������������������������������� 29 Lasers and Rocks ���������������������������������������������������������������������������������� 32 Thrusters and Explosions ���������������������������������������������������������������������� 34 Teleportation ����������������������������������������������������������������������������������������� 38 Winning or Losing the Game ����������������������������������������������������������������� 40 Side Quests ������������������������������������������������������������������������������������������� 41 Shields ��������������������������������������������������������������������������������������������������������������������42 UFOs �����������������������������������������������������������������������������������������������������������������������43 On Your Own �����������������������������������������������������������������������������������������������������������46 Summary ����������������������������������������������������������������������������������������������� 47 ■ Chapter 4: Cleanup Challenge ������������������������������������������������������ 49 Backgrounds ����������������������������������������������������������������������������������������� 50 Animating the Player ����������������������������������������������������������������������������� 52 Cars ������������������������������������������������������������������������������������������������������� 54 Displaying Messages with Text Objects ������������������������������������������������ 57 Keeping Score with Global Variables ����������������������������������������������������� 60 Side Quests ������������������������������������������������������������������������������������������� 62 Randomization ��������������������������������������������������������������������������������������������������������62

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    16 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us