VECTORS

Vectors are an important concept in game development

They are used to represent a position or direction in code. 

In 2D a vector would represent the X and Y axes 

While in 3D, it would represent the X, Y and Z axes.