switch($_GET["game"]) { case "bubbleshooter": $name = "Bubble Shooter"; $description = "Match up 3 colors in a row to pop the bubbles!"; $played = ""; break; case "bartender": $name = "Bartender"; $description = "Life as a bartender!"; $played = ""; break; case "addlikemad": $name = "Add Like Mad"; $description = "Put your math skills to the test!"; $played = ""; break; case "shuriken": $name = "Shuriken"; $description = "Stop the enemy! Knock em down with your elite ninja skills!"; $played = ""; break; case "distraction": $name = "Distraction Game"; $description = "Test your attention skills with this game!"; $played = ""; break; case "typeabc": $name = "Type ABC"; $description = "How fast can you type?!"; $played = ""; break; case "dicewars": $name = "Dicewars"; $description = "Strategy is key! Use it wisely!"; $played = ""; break; case "exofusion2": $name = "Exo Fusion 2"; $description = "Shoot up the enemy!"; $played = ""; break; case "strategictowerdefence": $name = "Strategic Tower Defence"; $description = "Protect your castle with strategy!"; $played = ""; break; case "scribble": $name = "Scribble"; $description = "Connect the dots, quickly!"; $played = ""; break; case "simon": $name = "Simon"; $description = "A memory game of light and sound!"; $played = ""; break; case "keepups": $name = "Keep Ups"; $description = "Keep the ball bouncing!"; $played = ""; break; case "dumbolf": $name = "Dumbolf"; $description = "Nice strategy golf game!"; $played = ""; break; case "zorrotank": $name = "Zorro Tank"; $description = "Fun side scrolling tank game! Listed as FHM.com's Top 100 Games, #1 !!"; $played = ""; break; case "unicycle": $name = "Unicycle"; $description = "Keep your balance as long as you can!"; $played = ""; break; case "deanimator": $name = "Deanimator"; $description = "Shoot the zombies and stay alive!"; $played = ""; break; case "howdrunk": $name = "How Drunk"; $description = "How drunk are you? Pass this test!"; $played = ""; break; case "xraye": $name = "Xraye"; $description = "Swing the peg to connect the pins!"; $played = ""; break; case "flashcrisis": $name = "Flash Crisis"; $description = "Shoot the enemy! Remember to reload!"; $played = ""; break; case "donkeykong": $name = "Donkey Kong"; $description = "Who remembers this game!!?"; $played = ""; break; case "tacticalassassin": $name = "Tactical Assassin"; $description = "Test your skills as a sniper!"; $played = ""; break; case "battleships": $name = "Battleship"; $description = "Classic game of seek and destroy!"; $played = ""; break; } ?>
|
||||||||||||||||