I’m trying to make a 2D grid to move on. It’s going to be 10x10 and that will not change. When a player clicks a square in the grid, the player gets moved to that square. How can i accomplish this?
I currently have a working board, where the player can just move to any coordinates he wants. There is no squares to stick to