Currently the player can walk outside the map. Need some code to prevent the player from moving beyond certain bounds. If we add enemies with random movement, or fleeing movement, then we'll also want code that prevents them from walking off-map as well.
Currently the player can walk outside the map. Need some code to prevent the player from moving beyond certain bounds. If we add enemies with random movement, or fleeing movement, then we'll also want code that prevents them from walking off-map as well.