function memoryCreatePosition(x, y) { return { "x": x, "y": y, }; }