ORPP logo
Image from Google Jackets

Construct 2 Game Development by Example.

By: Material type: TextTextPublisher: Birmingham : Packt Publishing, Limited, 2014Copyright date: ©2014Edition: 1st edDescription: 1 online resource (246 pages)Content type:
  • text
Media type:
  • computer
Carrier type:
  • online resource
ISBN:
  • 9781849698078
Subject(s): Genre/Form: Additional physical formats: Print version:: Construct 2 Game Development by ExampleDDC classification:
  • 794.8
LOC classification:
  • GV1469.3.B87 2014eb
Online resources:
Contents:
Intro -- Construct 2 Game Development by Example -- Table of Contents -- Construct 2 Game Development by Example -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers, and more -- Why subscribe? -- Free access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Errata -- Piracy -- Questions -- 1. Getting Started with Construct 2 -- Downloading and installing Construct 2 -- What do the numbers mean? -- Coding in Construct 2 -- Working with visual programming languages -- Layout and event sheets -- Sprites -- Summary -- 2. Inputs and Controls -- Getting started with inputs and controls -- Keyboard inputs -- Inserting a new keyboard object -- Adding functionality to the keyboard object -- Setting the keyboard key -- Controlling the sprite with the keyboard -- Setting up the direction of the sprite's movement -- Setting keys for other directions -- Testing the keyboard controls -- Making the sprite move constantly -- Changing the sprite's speed -- Keeping the sprite onscreen -- Mouse inputs -- Adding mouse functionality -- Setting up the Every tick command -- Rotating the sprite to the mouse location -- Facing the sprite towards the mouse point -- Touch control inputs -- Summary -- 3. Variables and Arrays -- Introducing variables -- Number variables -- Integer variables -- Real variables -- String variables -- Boolean variables -- Other variables -- Declaring variables -- Writing variables in code -- Variables in JavaScript -- Examining JavaScript code -- Variables in Construct 2 -- Adding a variable -- Creating a global variable -- Creating a score variable -- Adding a variable to a sprite -- Creating a health variable -- Introducing arrays.
Adding an array in Construct 2 -- Checking an array's properties -- Setting data and adding variables -- Checking an array for data -- Summary -- 4. Game Mechanics -- Introducing game mechanics -- Game mechanics in Construct 2 -- Setting up a game mechanics project -- Adding a game mechanics behavior to a sprite -- Giving a sprite 8Direction movement -- Editing the properties of a behavior -- Creating a speed power-up -- Inserting the power-up object -- Adding a collision event -- Destroying the power-up on collision -- Increasing the player sprite's speed -- Setting the duration of the speed boost -- Restoring the player's speed to normal -- Summary -- 5. Making a Simple Shooter -- Starting the project -- Controlling a sprite with the keyboard -- Organizing the event sheet -- Adding mouse controls -- Making the player shoot -- Adding the enemy -- Destroying the enemy -- Adding a spawner -- Summary -- 6. Making a Tower Defense Game -- Starting the project -- Creating a spawn point -- Laying out the level -- Setting up the turrets -- Adding enemies and projectiles -- Rotating the turret -- Firing the turret -- Setting up the path for the enemy -- Setting up an enemy wave -- Summary -- 7. Making a Puzzle Physics Game -- Starting the project -- Setting the background layer -- Adding the cannon -- Adding sprites -- Adding functionalities -- Rotating the cannon -- Creating a cannonball -- Spawning the cannonball -- Creating the spawning image point -- Adding physics -- Applying force at an angle -- Setting cannonballs to fire one at a time -- Setting the viewpoint to follow the cannonball -- Making an immovable ground -- Reloading the cannon -- Adding the blocks -- Destroying the cannonball on a complete stop -- Delaying cannonball destruction -- Designing our level -- Changing block density -- Adding the goal balls -- Destroying the goalBall sprite.
Adding particles -- Adjusting the particle settings -- Adding particles when goalBall is destroyed -- Tracking the score -- Adding text objects to the HUD -- Spawning the textbox -- Correcting the spawning angle -- Expanding the HUD -- Anchoring the HUD to the camera -- Setting up an HUD cannonball tracker -- Finalizing the game -- Losing the game -- Restarting the game on Game Over -- Winning the game -- Summary -- 8. Exporting Your Game -- Exporting games in Construct 2 -- Setting up a Dropbox account -- Exporting to an HTML5 website -- Choosing the template for your HTML5 export -- Assessing the contents of the game folder -- Uploading and sharing a game with Dropbox -- Other places to export your game -- Exporting to Chrome Web Store -- Exporting to Scirra Arcade -- Exporting to Kongregate -- Exporting to PhoneGap -- Exporting to Intel XDK -- Exporting to CocoonJS -- Exporting for Windows Phone 8 -- Exporting to Tizen -- Exporting for the Amazon Appstore -- Exporting for Windows 8 -- Exporting to Open Web App -- Exporting to Node-Webkit -- Summary -- A. Where to Go from Here -- Index.
Summary: This book uses practical examples to teach readers, and imparts the key skills and techniques of working in Construct 2 through building complete game projects. This book is for complete beginners who have always wanted to learn how to make games and have never tried. It is the perfect introduction to game development, design, and production.
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
No physical items for this record

Intro -- Construct 2 Game Development by Example -- Table of Contents -- Construct 2 Game Development by Example -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers, and more -- Why subscribe? -- Free access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Errata -- Piracy -- Questions -- 1. Getting Started with Construct 2 -- Downloading and installing Construct 2 -- What do the numbers mean? -- Coding in Construct 2 -- Working with visual programming languages -- Layout and event sheets -- Sprites -- Summary -- 2. Inputs and Controls -- Getting started with inputs and controls -- Keyboard inputs -- Inserting a new keyboard object -- Adding functionality to the keyboard object -- Setting the keyboard key -- Controlling the sprite with the keyboard -- Setting up the direction of the sprite's movement -- Setting keys for other directions -- Testing the keyboard controls -- Making the sprite move constantly -- Changing the sprite's speed -- Keeping the sprite onscreen -- Mouse inputs -- Adding mouse functionality -- Setting up the Every tick command -- Rotating the sprite to the mouse location -- Facing the sprite towards the mouse point -- Touch control inputs -- Summary -- 3. Variables and Arrays -- Introducing variables -- Number variables -- Integer variables -- Real variables -- String variables -- Boolean variables -- Other variables -- Declaring variables -- Writing variables in code -- Variables in JavaScript -- Examining JavaScript code -- Variables in Construct 2 -- Adding a variable -- Creating a global variable -- Creating a score variable -- Adding a variable to a sprite -- Creating a health variable -- Introducing arrays.

Adding an array in Construct 2 -- Checking an array's properties -- Setting data and adding variables -- Checking an array for data -- Summary -- 4. Game Mechanics -- Introducing game mechanics -- Game mechanics in Construct 2 -- Setting up a game mechanics project -- Adding a game mechanics behavior to a sprite -- Giving a sprite 8Direction movement -- Editing the properties of a behavior -- Creating a speed power-up -- Inserting the power-up object -- Adding a collision event -- Destroying the power-up on collision -- Increasing the player sprite's speed -- Setting the duration of the speed boost -- Restoring the player's speed to normal -- Summary -- 5. Making a Simple Shooter -- Starting the project -- Controlling a sprite with the keyboard -- Organizing the event sheet -- Adding mouse controls -- Making the player shoot -- Adding the enemy -- Destroying the enemy -- Adding a spawner -- Summary -- 6. Making a Tower Defense Game -- Starting the project -- Creating a spawn point -- Laying out the level -- Setting up the turrets -- Adding enemies and projectiles -- Rotating the turret -- Firing the turret -- Setting up the path for the enemy -- Setting up an enemy wave -- Summary -- 7. Making a Puzzle Physics Game -- Starting the project -- Setting the background layer -- Adding the cannon -- Adding sprites -- Adding functionalities -- Rotating the cannon -- Creating a cannonball -- Spawning the cannonball -- Creating the spawning image point -- Adding physics -- Applying force at an angle -- Setting cannonballs to fire one at a time -- Setting the viewpoint to follow the cannonball -- Making an immovable ground -- Reloading the cannon -- Adding the blocks -- Destroying the cannonball on a complete stop -- Delaying cannonball destruction -- Designing our level -- Changing block density -- Adding the goal balls -- Destroying the goalBall sprite.

Adding particles -- Adjusting the particle settings -- Adding particles when goalBall is destroyed -- Tracking the score -- Adding text objects to the HUD -- Spawning the textbox -- Correcting the spawning angle -- Expanding the HUD -- Anchoring the HUD to the camera -- Setting up an HUD cannonball tracker -- Finalizing the game -- Losing the game -- Restarting the game on Game Over -- Winning the game -- Summary -- 8. Exporting Your Game -- Exporting games in Construct 2 -- Setting up a Dropbox account -- Exporting to an HTML5 website -- Choosing the template for your HTML5 export -- Assessing the contents of the game folder -- Uploading and sharing a game with Dropbox -- Other places to export your game -- Exporting to Chrome Web Store -- Exporting to Scirra Arcade -- Exporting to Kongregate -- Exporting to PhoneGap -- Exporting to Intel XDK -- Exporting to CocoonJS -- Exporting for Windows Phone 8 -- Exporting to Tizen -- Exporting for the Amazon Appstore -- Exporting for Windows 8 -- Exporting to Open Web App -- Exporting to Node-Webkit -- Summary -- A. Where to Go from Here -- Index.

This book uses practical examples to teach readers, and imparts the key skills and techniques of working in Construct 2 through building complete game projects. This book is for complete beginners who have always wanted to learn how to make games and have never tried. It is the perfect introduction to game development, design, and production.

Description based on publisher supplied metadata and other sources.

Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.

There are no comments on this title.

to post a comment.

© 2024 Resource Centre. All rights reserved.