siit-webdev-47 / treasure-hunt-game

1 stars 0 forks source link

The tile that the player starts on, should be set as visited. #19

Closed Adrian-Moldovan closed 1 month ago

Adrian-Moldovan commented 3 months ago

Currently, when the game starts, the player is placed on a tile that is visually marked as unvisited and is set to visited only after the player leaves the tile.

We should display the initial tile as visited when the game starts.