Python Text-Based Rpg Tutorial Part 3 - The Combat System

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I'm a complete noob lol but you should probably show people how to use inherit when you're making those enemy classes, and show off how to use super etc. Just a suggestion. Awesome videos I really appreciate it, please make more!

modernmistyk
Автор

How do you "reset" the Enemy HP after u killed it ? So you can continue the game ?

Celldweller
Автор

How long have you been programming? (I've been programming for 1 week now) p.s You are really good at programming it seems like you know every single word and logic in python langauge.

mosot
Автор

having an issue:
option = raw_input("--> ")
elif option == "1":
prefight()
elif option == "2":
store()
elif option == "3":
pass
elif option == "4":
sys.exit()
else:
start1()

elif option == "1":
^
SyntaxError: invalid syntax
[Finished in 0.048s]


okaysoph
Автор

Hello criptero, i like your rpg tutorial i will be trying it out today.
will you make a level up system also?

jedon
Автор

enemynum is invalid syntax for ome reason

oyahmahah