PlayCanvas Game Engine
HTML/JS Review
PlayCanvas Art
Conditionals
Number systems
100

The namespace of the PlayCanvas Game Engine

What is pc?

100

This is using style elements inside an HTML File

What is inline styling?
100

Defines the properties of a surface

What are the materials?

100

11 >= 18

What is false? 

100

0001 + 1001 in binary

What is 1010?

200

These are "things" in our application

What are entities? 

200

This is a block of code that runs through a set of actions

What is a function

200

Where you edit the color/picture of the material

What is diffuse/diffusing?

200

This happens if a condition is true

What is the code will run? 

200

11001 + 00011 in binary

What is 11100?

300

These are extra functions that can be added to entities

What are components? 

300

What HTML stands for

What is Hypertext Markup Language? 
300

The 3 examples of surface properties

What is color, shininess and bumpiness?

300

This is an action that will run if the if statement isn't true

What is an else statement? 

300

17 in decimal to octal

What is 21?

400

This means that the code is available to anyone for free

What does open source mean? 

400

A container for storing information

What is a variable? 

400

The 3 steps to adding a material

What is create material, assign material to entity, and edit material?

400

A variable that can hold more than one value at a time

What is an array? 

400

26 in octal to decimal

What is 22?

500

These are 3 primitive types an entity can have

What are plane, box, cone, cylinder, sphere, and capsule? (Name 3)

500

This checks to see if a condition is true

What is an if statement?

500

2D graphics at the location of the entity OR single/multiple images taken from a frame to create an animation

What are sprites?

500
Something that helps get a specific value in an array

What is an index number? 

500

46 in decimal to Hexadecimal

What is 2E?