Skip to content

Instantly share code, notes, and snippets.

Created December 29, 2013 01:23
if __name__ == '__main__':
r = Parser()
e = GameMaster()
p = Messages()
while True:
p.Print(e.Eval(r.read()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment