Skip to content

Commit

Permalink
Added few messages during walking around
Browse files Browse the repository at this point in the history
  • Loading branch information
Zegis committed Oct 2, 2020
1 parent 245142b commit 05f4a1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kaeshi/Entity/Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ public void Go(Direction direction)
{
current.visited = true;
current = newLocation;
Console.Write($"You wentured ventured {direction}");
}
else
{
Console.Write("Path is blocked...");
}
}
}
Expand Down

0 comments on commit 05f4a1b

Please sign in to comment.