Book Image

Construct 2 Game Development by Example

By : John Bura
Book Image

Construct 2 Game Development by Example

By: John Bura

Overview of this book

Table of Contents (16 chapters)
Construct 2 Game Development by Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Where to Go from Here
Index

Chapter 6. Making a Tower Defense Game

Tower defense games are fun to play and (somewhat) easy to develop. Construct 2 can develop a tower defense game much more easily than if you were to code it by yourself. Before we start, if you haven't played a tower defense game before, you should go and try one to get familiar with the genre. A Google search for tower defense game should bring up lots of options for you to try. A tower defense game is where you set up defensive towers that protect an object from enemies. These enemies usually come in waves and when they are destroyed, the user gets some currency to buy more towers or to upgrade them. In this chapter, we will learn the following:

  • How to start a new project

  • How to add a turret

  • How to add tower defense game logic