Text Based Dungeon Game in Python | Coding Tutorial

Text Based Dungeon Game in Python | Coding Tutorial

Dante Lee

1 год назад

31,454 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

RuthlessAdmin
RuthlessAdmin - 05.11.2023 04:14

What I like about this, is you didn't use any classes. I was guilty for a long time before I learned C, which is a paradigm shifter on many levels. Now I find it so frustrating to see people over use & abuse them in object oriented languages. They should be avoided at all costs, unless you're overriding someone else's bad design or modifying functionality of a built-in object.

Ответить
Kamila11
Kamila11 - 27.10.2023 08:21

Hello - How do you make the game end once all items are retrieved. For some reason, because the 'villain' is listed as an item, it wants me to retrieve it. How can I make it so the game ends once all items are picked up and you reach the room the villain is in? I tried your code but after running it, it's like there is no end saying the game is beat. Can you tell me if I missed anything?

Ответить
Alberto Guadiana
Alberto Guadiana - 16.10.2023 01:48

very very nice ty you for the info

Ответить
BeksBad
BeksBad - 09.10.2023 19:00

Thank you so much! This video helped me a lot!

Ответить
VebtreX
VebtreX - 20.08.2023 01:20

this guy that me in a minute more than other tutorials did in 10 min. great job

Ответить
Duran Morrison
Duran Morrison - 04.08.2023 15:18

You are a lifesaver man!

Ответить
Just a random guy
Just a random guy - 18.06.2023 10:07

Thanks man. Super Informative video. Helped me a ton

Ответить
Sucio53
Sucio53 - 14.06.2023 19:15

I was wondering how can we give the player the ability to see possible exits for each room when they are in the lets say bedroom and you can go N or W for example without having to just blindly guess.

Ответить
Daz30
Daz30 - 10.06.2023 05:58

Where do we get the Pil module? Im using pycharm and gives me an error about module not found.

Ответить
Giovanny Gallardo-Garibay
Giovanny Gallardo-Garibay - 08.06.2023 19:38

What is your purpose for the vowels?

Ответить
Tinkachu
Tinkachu - 03.06.2023 07:34

Noice, this is literally what I have to make for my Python class and I was stumped lol.

Ответить
Jacob McCarthy
Jacob McCarthy - 11.04.2023 23:18

Hey man, quick question, when I input clear(), it isn't clearing but printing a " instead. I'm using pycharm if that helps out any.

Ответить
Anura EXE
Anura EXE - 31.03.2023 19:13

thank you for the great video!
does anyone know a simple way to like upload ur game to something to share ur game with those that don’t have an interpreter?

Ответить
brookestephen
brookestephen - 30.03.2023 18:27

Nice! A directed graph is a good first step! The edges could represent lockable doors with traps... whose state depends on the user submitting the correct Command objects in the right sequence, or even randomly.

Ответить
Kelvin Tran
Kelvin Tran - 19.02.2023 22:25

Hey bro did you use pycharm to make this text based game ?

Ответить
Charmaine Morala
Charmaine Morala - 19.02.2023 16:16

Thankk you for thiss oneee !!!!
How do you load the image to your program?? Like if you will submit it will that be included ??

Ответить
Phil Toa
Phil Toa - 11.02.2023 11:06

Very nice.

Ответить
Tayla Ashbrook
Tayla Ashbrook - 11.12.2022 05:56

where did you get the 27 from?

Ответить
Joanne Yates
Joanne Yates - 03.12.2022 02:31

Thank You Thank You Thank You. This is a great video tutorial that actually explains the process of programming this type of game. The other videos I have watched were so confusing. I am not a computer person but am required to take this python course for my degree. This course has been very difficult for me and have had to look up most of the answers. This video is going to help guide me while programming my own version of this game. Again, Thank You.

Ответить
Trinity Milagro
Trinity Milagro - 01.12.2022 10:04

Awesome, I have a final project with a game so definitely taking your video as a base! Great explanation. Thanks so much

Ответить
Shadoweagle24
Shadoweagle24 - 26.08.2022 04:29

Why would you use a dictionary to store your map? Your map is a pretty traditional graph and would make more sense to denote with nodes and edges instead of a dictionary. Also maybe adding str.toLower() to the strings to check without capitalization would be a nice touch. Otherwise awesome job man! Make some more vids!

Ответить
ave
ave - 25.08.2022 19:36

the GTA 6 of text based games

Ответить
Tim Rudenko
Tim Rudenko - 25.08.2022 06:53

Amazing!

Ответить