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

1. 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

2. World objects

i. 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.)

ii. World object types

sprite

Used to draw sprites on the screen.

rect

Used to draw rectangles on the screen.

baz

i am more than one word

Clone this wiki locally