function Player(own, name, ship) { this.name = name; this.ship = ship; this.own = own; }