global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
Cómo jugar:
Simple pero adictivo juego donde deberemos encarnar la piel de un pequeño PANDA con el cual deberemos correr y recolectar varios objetos en la pantalla, el objetivo es llegar al final de cada nivel sin caer en un pozo o en el agua, para ello deberemos tener la habilidad suficiente para controlar al animal, recuerden que la pantalla pasa delante nuestro y nunca se detiene, por eso mismo deberemos tomar decisiones rápidamente. Para jugar a este fantástico juego utilizaremos las TECLAS A S W D o bien las TECLAS DE CURSOR de nuestro TECLADO para movernos, y para saltar la tecla ESPACIADORA o bien el CLICK.
Jugar Panda run
Cargando juego
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
Cargando el juego ...
Publicado por: Jugador Diario