public static void Main()
private int destinox { get; set; }
private int destinoy { get; set; }
private string nombres { get; set; }
private int numerovidas { get; set; }
public jugador(int destinox, int destinoy, string nombre, int numerovidas)
this.destinox = destinox;
this.destinoy = destinoy;
this.numerovidas = numerovidas;
public void andar(int destinox, int destinoy)
this.destinox = destinoy;
this.destinoy = destinoy;
private double velocidad { get; set; }
private double velocidad_maxima { get; set; }
public vehiculo(double velocidad, double velocidad_max)
this.velocidad = this.velocidad;
this.velocidad_maxima = velocidad_max;
private vehiculo vehiculo { get; set; }
private jugador posicionx { get; set; }
private jugador posiciony { get; set; }
public avanzado(vehiculo ve)
public void conducir(jugador destinox, jugador destinoy)
this.posicionx= destinox;
this.posiciony = destinoy;