Python Programming - Text Based - Room Exploration Game

preview_player
Показать описание
This room exploration game is a bare bones starter tutorial. It is going to assume that you know a little programming, but I do my best to explain everything that I am doing. Once I have this "Python Programming - Text Based" series of tutorials finished, I will circle back and make a "Python Programming - Basics" video.

In my computer science classes that I teach, I have started incorporating Python. I do plan on doing more videos showing different approaches to programming in Python, but first just focusing on text based games. Games like we had in the early 80's.
Рекомендации по теме
Комментарии
Автор

Although a lot of these type of tutorials exist you've done a terrific job of explaining to a newer python programmer how the logic works so that the learning can evolve and use these methods, ideas, and functions on my own for other projects (versus simply spooning code and making it work).

drowne
Автор

Thanks so mcuh for this video! Giving me a good base for my dungeon game for uni!

trinitymilagro
Автор

Great Work Jason!
I will make really good use of what you taught me today♥

Yuno
Автор

Thanks for the tutorial. It gave me a few ideas on how to fix my code.

marcocunha
Автор

In your room builder function you shouldn’t have any print statements in my opinion. Or rename it to “room builder and display current room”. Just a suggestion.

Cowboy
Автор

Yeah a lot of these things that I’m room build should just be in the main loop and just be arguments. I’ll shut up now and just watch.

Cowboy
Автор

@CtrlAultdelTurorials great video thanks for your help. I do have question. Instead of doing {count + 1} could you range(1, room_count) wouldn't starting the range this way still give you the output you desire?

bekthecarnivore
Автор

this was really well explained thanks :)

J_Film
Автор

I've gone over it a few times but it prints "Choose a door..." twice the first time. Everyone after that is fine. Idk what part of the code is causing that. Open to suggestions.

danielsamayoa
Автор

Thanks for the video. What if I want to move north, south, east or west instead of using doors?

bethjakupciak
Автор

Hey so I'm just starting my coding adventure and I'm following along, I'm at the "while True: if command in choices:" section and my response never returns found. I keep getting the sorry message for every door input. Without seeing my code are you able to decipher what it is I'm doing wrong? Everything has worked up until this point and I've redone this section countless times but I don't get the found print response.

hartsgrace
Автор

Hey, could you message me or do a tutorial on if you were to add a button counter like you mentioned that sounds awesome and would appreciate your time and support

hartsgrace
Автор

it told me "i love you " for more than 10 :)

thepresistence
Автор

do you have any another python project please show me

HarpreetKaur-bmnj