How To Code A Python Text-Based Adventure Game In 11 Minutes | Programming Tutorial For Beginners

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

In today's video, we talk about how to write a custom text adventure game in Python! This is probably the easiest game you can code and a great starter project to get your feet wet with python and game development. Have fun!

Thanks for watching! :)

This project is available on GitHub at
--------------------------------------------------------------------------------------

Add Me On Discord!
--------------------------------------------------------------------------------------
Username: Shaun(Hashtag)5626

Want to see more?
--------------------------------------------------------------------------------------

Legal Disclaimer
--------------------------------------------------------------------------------------
Assets in the thumbnail & video were provided by artists on

The art used in this video is from Canva and is used solely for the purpose of enhancing or demonstrating these coding tutorials. I do not claim ownership or credit for any of the art shown in this video. I am a paid member of Canva Pro and have the rights to use the art in this video as outlined in my membership agreement. If you have any questions about the use of the art in this video, please contact me.

Video Tags
--------------------------------------------------------------------------------------
Software Engineering / Programming for beginners / variables types / computer science / compsci / coding for beginners / learn how to program / learn how to code / C# variables / python for beginners / coding tutorial / programming tutorial

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

I used like 3 days to code a Dungeon Adventurer game. Basically has no story, but I tried to create a robust turn based combat system with a Passive skill tree and a Combat skill tree. The passive tree has 75 nodes and consists of Offensive boosts, Defensive, Resistances, Health, Health gain per turn. etc.. Combat skill has a skill tree in Diablo 4's manner, but it looks a lot uglier (More windows like). You can spec your character into melee, mage or ranged.

The combat is turn based like in pokemon. There are 12 monsters, but each individual monster can be different. Skeleton can be Skeleton Mage, ranged or melee. There are 2 bosses so fare, but they're pretty lackluster because of balancing issues.

The player can farm gear, I have a basic, magic, rare and unique system. Greater rarity gives armor more affixes per gear, but the Unique set of items have kinda lackluster "unique" bonuses like "For each % of health missing, you deal 0, 3% more dmg" kinda of thing.

What puts me off is I don't know how I should make the game loop more interesting. It's a Up, down, left, right system with random encounters at the moment.


And the balancing issues, the player becomes so strong after a while that the normal enemies don't matter. Fun concept, hard to make alone yet alone balance.

devinegamingtv
Автор

Good content as always! I love your vids

likezoinks
Автор

I have so many ideas. RPGs are my favorite! Thanks a bunch 😊

karenbourgeois
Автор

I got stuck on how to make the "carrot symbol" on my keyboard. I am from norway so couldn't find it. Had to copy it from some text

StonyComet
Автор

Your tutorial is a lifesaver.

Thank you!

Centiaa
Автор

How can I get the player back to first set of options after choosing a particular choice route?

AlexandersVideoCorner
Автор

If you make an invalid choice, how to you make it prompt you to answer the last question again instead of having to re run the game from the start?

megazoned
Автор

how to set the game asking like " Do you wanna play again ?"
yes or no, Y/N

elvisdavidfenny
Автор

I really like this one very informative

DarkLordRed
Автор

How do you make the grafics look more retro like an old school choose your own adventure game (sorry im new to coding im taking a python class through my highschool and this is my first week so im very much a beginer)

freydislive
Автор

Good content as always. But why is he stealing from his own house???

mqasim.chandio
Автор

can we made this using tkinter and how??

ompathak
Автор

that was so helpful I would like to ask you a question.

marcossalcedo
Автор

'has anyone else got the error message [Errno 29] I/O error?

Samwhoistheman
Автор

Yo can someone tell me why;

roomChoice = ("> ")

if(roomChoice == "blue"):

Doesn’t work?

farming
join shbcf.ru