›› Press Ctrl + D to save the game to your favorites or share with your friends ‹‹
How to play Diep io?
Played:
global $options;
foreach ($options as $value) {
if(isset($value['id'])){
if (get_option( $value['id'] ) === FALSE) { ${$value['id']} = $value['std']; } else { ${$value['id']} = get_option( $value['id'] ); }
}}
?>