We are going to combine the X and Y axis we just talked about to make our grid game. In this project we are going to be using variables to track Nano's X and Y position, so we have to set those numbers at the beginning of the game, and also tell Nano to use them to control its movement.
Go to the orange "Variables" tab and get the "set ____ to __" block. Click on the second word to get a list of variables. Select 'Xpos' and make the number 0.
Again, go to the orange "Variables" tab and get the "set ____ to __" block. Click on the second word to get a list of variables. Select 'Ypos' and make the number 0.