Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~479 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Nachodsk

[CODE]class Personaje(object): def __init__(self,vida,posicion,velocidad): vida = None posicion = None velocidad = None recibir_ataque = None def recibir_ataque(vida): recibir_ataque in range(1,100) vida - recibir_ataque print "La vida actual del personaje es de", vida, " Luego de haber recibido", recibir_ataque, " de dano" def excepcionVida(vida): if vida <= 0: print "El …

Member Avatar for SgtMe
0
244
Member Avatar for Nachodsk

[B]Hello everyone! I'm really un-patience to get started in creating my own game, mean Text-Based game with python language. But first i want to make it simple to don't use much words for this question.. ¿Which is a really REALLY good book to start learning python? I mean, i know …

Member Avatar for Nachodsk
0
235