Skip to content

Game Objects

Matthew Isaac Lean edited this page Dec 27, 2015 · 13 revisions

Table of Contents

  1. What is a game object?
  2. World Objects
  3. What is a world object?
  4. World object types

What is a game object?

A game object is an object that exists within the game engine and is necessary for the game to function.

The are two types of game objects:

  • World Objects
  • Store Objects

World objects

What is a world object?

World objects are a type of game object that are tangible in the sense that they have a concrete existance in the game world. (Ex.: Player character, bush, coin, etc.)

World object types

sprite

Used to draw sprites on the screen.

rect

Used to draw rectangles on the screen.

Clone this wiki locally