package gamedata type Vector struct { X float64 Y float64 }