package entities // PlayerEntity is the go struct representing the player's location type PlayerEntity struct { X int Y int }