Skip to content

Instantly share code, notes, and snippets.

@meyer9
Created August 9, 2012 03:05
Show Gist options
  • Save meyer9/3300547 to your computer and use it in GitHub Desktop.
Save meyer9/3300547 to your computer and use it in GitHub Desktop.
Wall.py
class Wall(Object):
def __init__(self, type1):
self.type=type1
self.damage=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment