Book Image

Blender Game Engine: Beginner's Guide

Book Image

Blender Game Engine: Beginner's Guide

Overview of this book

Blender Game Engine is the part of the Blender 3D editor used to create actual 3D video games. It's the ideal entry level game development environment because you don't even need to learn to program. Create a complete game using Bender's innovative logic bricks."Blender Game Engine: Beginner's Guide" is the ideal introduction to game development. Using only logic bricks, the reader will create a complete game in Blender. By the end of the book the reader will be able to use their skills to create their own 3D games.
Table of Contents (11 chapters)
10
Index

Respawning the character

Racing games are the best example to understand why we need to create this ability. When the car leaves the track, it automatically restores its position within the circuit. In simple terms, this is possible because the length and height of the track are invisible walls. If the car collides with the invisible walls around the road, it returns to the track. This is logical, isn't it? Then, let the logic brick create this response to the collision.