Ejemplo n.º 1
0
	void newegg(){
		egg.random();
		while(exist(egg.x,egg.y))
			egg.random();
	}