Advanced Python Text Adventure 5 - Finishing Up!

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

Learn how to main a main loop and finish up the text adventure!

-Tags:
Computer programming
Python programming tutorial
Python programming course
Online computer programming courses
Programming for kids
Programming games for kids
Programming classes for kids
Рекомендации по теме
Комментарии
Автор

These tutorials are much appreciated. I find the fact that you stick to as much bare bone programming as possible and walk through the errors to be a great learning experience.

generaltech
Автор

These video tutorials are extremely helpful, thank you. You answered multiple questions about python I didn't even know I had.

chrisirish
Автор

AWESOME, I love it. congratulations from brazil <3

avelan
Автор

Thanks man, I really enjoyed this series, good work!

ImEmaRose
Автор

Thanks for the amazing videos, I really understood better the concepts of getters and setters. I really appreciate all effort you put into this videos. You definitely earned my respect and I already subscribed.

Recommendations: functions like "getAttack", "setHealth" or even calling variables "newAttack" or "newHealth" are things I wouldn't do mainly because of the simplicity of having "get_attack" or "new_health".

davidtorres
Автор

Thank you so much for this tutorial. Helped me out a bunch!

DLReach
Автор

How would you recommend adding an accessible inventory to this? I completed this fantastic tutorial and I plan on attempting to make a full fledged rpg/text adventure with this

GuLF
Автор

This whole series has been great! For some reason I'm only getting one fight in each level though and I can't figure out where the problem might be. Do you have any suggestions?

agoodaudiobook
Автор

I found that I had to define the loss variable as the absolute value of attackValue - defence in order not to gain health, since minus a negative equals a positive.

generaltech
Автор

I am unable to figure out how I would add in the def enemyAttack area how I could say "The Boss has hit you with a superMove" I see that I have been crushed by one of these attacks. I just don't understand how we are calling a normal move or the superMove in the function.

learnwithchuck
Автор

Hey sir its jack on a hunt for the rest of this code

curveyslade