예제 #1
0
 def __init__(self):
     print('Welcome to my world...! Enter Your Name to continue!')
     self.PlayerName = input('Enter a name')
     self.playerStats = Player.CPlayer(self.PlayerName,
                                       Weapon.CWeapon('null', 0), 'false')
     self.spyder = Enemy.CEnemy()