Skip to content

Instantly share code, notes, and snippets.

@JuanLuisGarciaBorrego
Created November 9, 2014 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JuanLuisGarciaBorrego/6fb115d8797bb5bc9226 to your computer and use it in GitHub Desktop.
Save JuanLuisGarciaBorrego/6fb115d8797bb5bc9226 to your computer and use it in GitHub Desktop.
<?php
#MegaDrive.php
$juego = new Sonic('nivelFacil');
class MegaDrive()
{
public function jugar(){
global $juego;
return $juego->play();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment