Skip to content

Instantly share code, notes, and snippets.

@kbparagua
Created November 30, 2015 12:51
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 kbparagua/b1a3d75d6d6bf64b2e59 to your computer and use it in GitHub Desktop.
Save kbparagua/b1a3d75d6d6bf64b2e59 to your computer and use it in GitHub Desktop.
# move up the singleton instance
Pacman.instance.move_up
# the same instance will move right
Pacman.instance.move_right
# the same instance will move down
Pacman.instance.move_down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment