Objective: Set up a Player token to move freely along a two dimensional plane. Movement is pretty universal across games. While there are exceptions, in most games, your player needs a way to move. Here, we’ll be going over how do that on along the X and Y-axis. I’ll also…