if( preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]) ) { include('mobile.php'); exit(0); } ?>
Giza is a modified version of Pyramid Solitaire, where all the cards are placed in 3 pyramids, and unlike in traditional Pyramid, where there is a stock pile you can deal cards from. Like in Pyramid, you're trying to remove cards from the pyramid by pairing them up with other cards that have a total value of 13. (Ace & Queen, 2 & Jack, 10 & 3... etc). You win the game when you've removed all the cards from the Pyramids.