Keyboard input for moving

This commit is contained in:
2023-11-28 07:29:17 +01:00
parent 46f331aa00
commit 9ea4c3beb2
5 changed files with 84 additions and 23 deletions

View File

@@ -11,6 +11,5 @@ const (
SouthEast
SouthWest
NorthWest
PreviouslyHeld
)
var AllDirections = []Direction{North, East, South, West, NorthEast, SouthEast, SouthWest, NorthWest}