Python Text Based Adventure Game Tutorial!

Опубликовано: 03 Октябрь 2024
на канале: LeMaster Tech
35,907
624

This video shows you everything you need to know to create a full text based adventure game in python of the 'choose your own adventure' style!!

We begin with how to print commands and prompts into the terminal window for a user, then show you how to get user inputs and how to decide what your code does next.

The only limits to what you can create with Python text games are whatever your mind can imagine! This is a great project for beginners and if you're ready for more in depth game tutorials be sure to check out the rest of the channel!!

Check out my personal channel for more fun science content!
   / @peterlemaster8310  

Love the content on this channel? Feel free to support me on Patreon!
  / lemastertech  

Thanks for watching, don't forget to like and subscribe, and check out the channel! Good luck with your projects!

TIMESTAMPS:
00:00 Intro and Demo
2:29 Your First Inputs and Outputs
6:38 Making Decisions
9:40 Nesting For Loops
14:20 Take it to the next step!