function Ship(id) { this.id = id; this.x = 0; this.y = 0; }