Hi @oussama10 ,
Looks like dx and dy represent how much the Player is going to move. It’s common to use the letter d (for difference) to talk about a small change 
Those values will be added to the player’s location respectively x and y for example :
player.move(1, 0); // Move the player by 1 column