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:
Así es, el clásico juego de SEGA llega esta vez para jugar en nuestro navegador. Podemos elegir entre Sonic o alguno de sus amigos para adentrarnos en la ventura de correr, volar y recoger anillos de oro a toda velocidad. Para jugar debemos utilizar el TECLADO y las teclas de CURSOR para movernos, la tecla ESPACIADORA para saltar. Para hacer el famoso SPINDASH matenemos presionada la ESPACIADORA.
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 ..
Controles:
Publicado por: