Example #1
0
def main(argv):
    player = Player(100,500)
    player.move(1, 3)
    print(player.__dict__())